I manage to create Excel 97-2003 file with Java, but when I try to open it with Windows Explorer, I get the error message file format is not valid. The filename is file.xls so it should be right? What goes wrong then?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Question is not clear. How was you creating excel file with Java? The problem is because tool you used for file creation created it incorrectly, in incorrect format. Consider using Apache POI library: http://poi.apache.org/spreadsheet/index.html I was using it for a while and it works correctly. I didn't have problems with it. |
|||||
|