| 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
|
|
|
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
|
|
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
|
 |
 |
|
|
subject: read an excel file in .xlsx format
|
|
|