You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/05/27 05:21:15 UTC

[Bug 57952] New: HSSF org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record followining class org.apache.poi.hssf.record.TabIdRecord

https://bz.apache.org/bugzilla/show_bug.cgi?id=57952

            Bug ID: 57952
           Summary: HSSF org.apache.poi.hssf.record.RecordFormatException:
                    Unhandled Continue Record followining class
                    org.apache.poi.hssf.record.TabIdRecord
           Product: POI
           Version: 3.12-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
          Assignee: dev@poi.apache.org
          Reporter: hzl7652@sina.com

Created attachment 32758
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32758&action=edit
no describe

when I use  WorkbookFactory.create(excelFile) method create WorkBook then throw
this exception,but the file in office can open no error.
when I open this file , not any change , then save as another file .then
WorkbookFactory.create(excelFile)  create WorkBook success.



org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record
followining class org.apache.poi.hssf.record.TabIdRecord
    at
org.apache.poi.hssf.record.RecordFactoryInputStream.readNextRecord(RecordFactoryInputStream.java:382)
    at
org.apache.poi.hssf.record.RecordFactoryInputStream.nextRecord(RecordFactoryInputStream.java:276)
    at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:480)
    at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:326)
    at
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:115)
    at
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:206)
    at
org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:188)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 57952] HSSF org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record followining class org.apache.poi.hssf.record.TabIdRecord

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57952

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 57952] HSSF org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record followining class org.apache.poi.hssf.record.TabIdRecord

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57952

--- Comment #1 from itwanghua <co...@163.com> ---
这个到底啥问题,用户上传的excel文件可以正常打开,我将Excel文件读取到流后,使用HSSF的构造方法创建报这个错!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org