The moose likes Servlets and the fly likes How to read xlsx file from local java file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

How to read xlsx file from local java file

Johny Talker
Greenhorn

Joined: Jan 26, 2012
Posts: 13
Hi Experts,

I want to create a local java file to read a xlsx-file . I have gone through some code such as using POI-3.5 (which is for jdk 1.5) but I want to do it using jdk 1.4.
Can anyone help me into this ?
Thanks in advance
saahil gupta
Ranch Hand

Joined: Dec 26, 2011
Posts: 56
Use JExcel API
vipul JavaDeveloper
Greenhorn

Joined: May 17, 2010
Posts: 3
Try JExcel....
Johny Talker
Greenhorn

Joined: Jan 26, 2012
Posts: 13
Thnaks for your reply....

But I am little bit confuse about this scenario . Such as do I need to create a xlsx file and what type of code should be in java file...
Any tutorial or code for similar scenario link would be be highly appreciated...

Thanks once again
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
Please do not post the same question multiple times. Let's continue the discussion in this duplicate topic.


Android appsImageJ pluginsJava web charts
 
IntelliJ Java IDE
 
subject: How to read xlsx file from local java file
 
Threads others viewed
How to read xlsx file from local java file
read an excel file in .xlsx format
Opening an Excel file
How to read xlsx file from local java file
How to read excel2007 file or both .xls and .xlsx files using apache poi
MyEclipse, The Clear Choice