Click here to Skip to main content
16,012,025 members
Please Sign up or sign in to vote.
1.67/5 (2 votes)
See more:
How to read from Excel (.xslx) in java ??
Kindly help me out with Jexcel library if possible
Posted
Comments
Richard MacCutchan 13-Jun-14 13:24pm    
Please read http://www.codeproject.com/KB/FAQs/QuickAnswersFAQ.aspx. Then use Google to find samples and tutorials. When you have a proper question then post it here.
Sergey Alexandrovich Kryukov 13-Jun-14 13:55pm    
Why not Jexcel? What makes you thinking that the library someone advise you will be better? I'm just curious; maybe you are right.
—SA
MANIARASAN SIVASERAN 18-Jun-14 7:31am    
Jexcel is not working perfect with .xlsx
Nountylegre 4-Mar-19 3:54am    
If Jexcel is not working for you, perhaps you should try with this java excel library, for instance see how to read xlsx files in java.

Yon can use Apache POI: http://poi.apache.org[^].

—SA
 
Share this answer
 
I recommend Apache POI. You can refer to this article -How to Read and Write Excel Files in Java[^]
 
Share this answer
 
You may go for .csv [Comma Separated Value] file. It is easy to read and write .csv file rather than xlsx.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900