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

          Priority: P2
            Bug ID: 53985
          Assignee: [email protected]
           Summary: FileNotFoundException: no such entry: "Workbook" while
                    reading data from Excel file
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HSSF
           Product: POI

In fact the xls-File (opened with 7-zip) contained the following entries:

[5]SummaryInformation
Book
[1]CompObj
[5]DocumentSummaryInformation

The Excel version read from CompObj was
Microsoft Office Excel 2003
Excel.Sheet.8


java.lang.RuntimeException: java.io.FileNotFoundException: no such entry:
"Workbook"
    at
org.apache.poi.hssf.extractor.EventBasedExcelExtractor.getText(EventBasedExcelExtractor.java:141)
    at ...
Caused by: java.io.FileNotFoundException: no such entry: "Workbook"
    at
org.apache.poi.poifs.filesystem.DirectoryNode.getEntry(DirectoryNode.java:375)
    at
org.apache.poi.poifs.filesystem.DirectoryNode.createDocumentInputStream(DirectoryNode.java:177)
    at
org.apache.poi.hssf.eventusermodel.HSSFEventFactory.processWorkbookEvents(HSSFEventFactory.java:63)
    at
org.apache.poi.hssf.extractor.EventBasedExcelExtractor.triggerExtraction(EventBasedExcelExtractor.java:157)
    at
org.apache.poi.hssf.extractor.EventBasedExcelExtractor.getText(EventBasedExcelExtractor.java:134)
    ... 6 more

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