Hello,

I'm using POI 3.5 and am getting the following error:

org.apache.poi.hssf.record.RecordFormatException: Duplicate
PageSettingsBlock record (sid=0x89c)

            InputStream excelFile = new
FileInputStream("C:\\JDEVEL~1\\MYWORK\\ECLINI~1\\XML2XLS\\EXCEL\\MEDIDA~1.XLS");
            HSSFWorkbook workbook = new HSSFWorkbook(excelFile);


This appears to be a bug that was reportedly fixed - atleast that's what I
gather from most forums. I'm not sure why I'm still getting this. 

Thanks 
Alex
-- 
View this message in context: 
http://www.nabble.com/Getting-Duplicate-PageSettingsBlock-record-%28sid%3D0x89c%29-with-POI-3.5-tp25855918p25855918.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to