File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes How to read Microsoft Excel (97, 2003, 2007) through OpenOffice API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "How to read Microsoft Excel (97, 2003, 2007) through OpenOffice API" Watch "How to read Microsoft Excel (97, 2003, 2007) through OpenOffice API" New topic
Author

How to read Microsoft Excel (97, 2003, 2007) through OpenOffice API

dhaval nagar
Greenhorn

Joined: Oct 20, 2008
Posts: 11
Is there any way to read different MS Excel formats through OpenOffice API.
I am currently using Apache POI library, but many developers said OpedOffice API is much more powerful and having no constrains like Apache POI can only read String/Boolean/Numeric from a cell.

Regards,
Dhaval
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
The http://faq.javaranch.com/java/AccessingFileFormats page has some links to information about the OO Java API. It has a steep learning curve, though.


Android appsImageJ pluginsJava web charts
dhaval nagar
Greenhorn

Joined: Oct 20, 2008
Posts: 11
Hi Ulf, your suggestion was valuable and it served my purpose.

Thanks for the help.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to read Microsoft Excel (97, 2003, 2007) through OpenOffice API
 
Similar Threads
How to convert reports from web page to excel sheet
convert word file to html
is hssf apache api compatible with openoffice
XY chart in Excel
Reading an Excel File using Java