DEV Community

Discussion on: Convert Microsoft Excel XLS to XLSX in Java

Collapse
 
dariusx profile image
Darius

The Apache POI library supports both formats. So, in a Java ecosystem, and with a simple spreadsheet, that's an option. (Complex references an formula would make it "not simple")

Collapse
 
asposecells profile image
AsposeCells

@dariusx

Thanks for your comment and sharing the info.