Domanda

What does open office use for importing xls files and csv files. Is it a library (or a body of code that can be easily packaged) that I could use in my project for importing xls and csv files? I'm building an analytics app and looking for a robust way to import xls and csv files.

È stato utile?

Soluzione

Got this from dev@openoffice.apache.org:

For Microsoft formats, including XLS, a good option is Apache POI:

http://poi.apache.org/

And for ODF spreadsheet files as used in OpenOffice you can try the ODF Toolkit:

http://incubator.apache.org/odftoolkit/

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top