https://issues.apache.org/bugzilla/show_bug.cgi?id=44010
arsen <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
--- Comment #10 from arsen <[EMAIL PROTECTED]> 2008-03-06 02:08:29 PST ---
I have the same problem... xls file was prepared in MSOffice2007 and saved in
MS0ffice2003 Excel (Compatibility Mode).
I only open the workbook and then save it into a new xls (without any
modifications).
POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(filePath));
HSSFWorkbook wb = new HSSFWorkbook(fs);
FileOutputStream fos = new FileOutputStream(filePath + "_error1");
wb.write(fos);
POI: poi-bin-3.0.2-FINAL-20080204.zip
xls files att.
Thanks
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]