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.

有帮助吗?

解决方案

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/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top