BUG:
I got following error while i was reading the uploaded excel file (.xlsx) by using jxl library.
how to solve JXL error : jxl.read.biff.BiffException: Unable to recognize OLE stream
FIX:
JXL library does not support .xslx format, you should use Apache POI (WorkbookFactory) instead of JXL.(poi.jar)
No comments:
Post a Comment