python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SAS Macro: Exporting tables to different sheets within one Excel file
SAS beginner here. I made a macro that creates tables from datasets of different libraries (there is one library for each year). The proc tabulate part works fine. My problem is that I would like to e...
petit_dejeuner
Votes: 0
Answers: 1
Error when using pandas read_excel: Hour must be in 0..23
I'm trying to read a few ODS-files using pandas, but I get the exception:
Exception has occurred: ParserError x hour must be in 0..23: 128:45
The reason is that I'm summing up worked hours inside the ...
S. U.
Votes: 0
Answers: 2
While parsing .ods file with pandas using read_excel() (and odf), how to drop comments in cells?
I'm trying to parse .ods files with pandas, using pd.read_excel() function, which uses odf under the hood. The problem I face is simple: some cells have comments, and pandas treat them as if they were...
Clej
Votes: 0
Answers: 1
How to generate both xlxs and ods - Java
I'm building an application with spring-boot and Java 11 that has a requirement that asks to export a report in ods and xlsx.
I read that jasper reports can support this. But there's no documentation ...

Vitor Nilson
Votes: 0
Answers: 1