Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading of xlsx Excel file

807588Mar 21 2009 — edited Mar 21 2009
Hi

Iam trying to read a xlsx exel file for which initially i have used POI,with this i got Invalid header exception.After googling on the same i found that its not supported in POI.
Hence i made changes in code and try to read the xlsx exel file by using jxlApi,Unfortunately still its not working,this is my current exception........

jxl.read.biff.BiffException: Unable to recognize OLE stream
at jxl.read.biff.CompoundFile.<init>(CompoundFile.java:111)
at jxl.read.biff.File.<init>(File.java:113)
at jxl.Workbook.getWorkbook(Workbook.java:250)
at jxl.Workbook.getWorkbook(Workbook.java:235)

Iam googling on this now but not got any proper solution,Can any one help me out.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2009
Added on Mar 21 2009
8 comments
2,026 views