https://issues.apache.org/bugzilla/show_bug.cgi?id=50244

           Summary: Problem reading Excel document
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


While reading an Excel document I get the following exception

org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record
followining class org.apache.poi.hssf.record.NameRecord
at
org.apache.poi.hssf.record.RecordFactoryInputStream.readNextRecord(RecordFactoryInputStream.java:345)
at
org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:236)
at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:442)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:263)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:188)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:170)
at
com.arlanis.udc.core.step.adapter.excel.util.ExcelUtils.getSheets(ExcelUtils.java:289)
at
com.arlanis.udc.ui.step.adapter.excel.job.FetchSheetNamesJob.run(FetchSheetNamesJob.java:78)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

(unfortunately I cannot attach the problematic document - internal,
confidential etc)
This is with latest 3.8 nightly build from
http://encore.torchbox.com/poi-svn-build/

Attached is a patch which solves the problem for me

-- 
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]

Reply via email to