Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes excel import Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "excel import" Watch "excel import" New topic
Author

excel import

Miran Cvenkel
Ranch Hand

Joined: Nov 23, 2010
Posts: 138
Using jxl to pump data from excel to my database.
Prob is that source .xls is 2.1 version which is not recognized by jxl library., and I have to covert it manualy.

Is there any library outhere just for converting xls formats ?

Or any other suggestion how to do import with some other stuff.


Searchable nature photo gallery: http://agrozoo.net/jsp/Galery.jsp?l2=en
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
I'm not sure what the "2.1" means, but give Apache POI a try - it is more actively maintained than JXL, and can handle XLSX files in addition to XLS.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: excel import
 
Similar Threads
how to retrive data database to xlsheet
read an excel file in .xlsx format
Does jxl support graphs / charts
Unable to recognize OLE stream while upload CSV
Get chart image from excel