aspose file tools
The moose likes Java in General and the fly likes read an excel file  in .xlsx format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "read an excel file  in .xlsx format" Watch "read an excel file  in .xlsx format" New topic
Author

read an excel file in .xlsx format

anvi kon
Ranch Hand

Joined: Jan 08, 2010
Posts: 133
Is it possible to read an excel file in .xlsx format not xls format using JXL?

Please send me some examples .


thanks
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

It tells you the answer to that question right on the project's home page: http://jexcelapi.sourceforge.net/
jammy chen
Greenhorn

Joined: Aug 24, 2009
Posts: 25


use above getting a try or read the offical reference guide from the project url http://jexcelapi.sourceforge.net/


Java tutorial
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Paul Clapham wrote:It tells you the answer to that question right on the project's home page: http://jexcelapi.sourceforge.net/

And since .xlsx is Excel 2007 and that one's not mentioned, the answer is no.

Apache POI has support for Excel 2007 through XSSF.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: read an excel file in .xlsx format
 
Similar Threads
Read a .xls,.xlsx file format using XSSF
How to read .xlsx sheet from Client Side using poi 3.5
How to convert .xls to .xlsx and vice versa using Apache POI api
Problem on opening .XLSX file
How to read xlsx file from local java file