Reading of xlsx Excel file
807588Mar 21 2009 — edited Mar 21 2009Hi
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.