Bug 63218

Summary: org.apache.poi.util.RecordFormatException: Extern sheet is part of LinkTable
Product: POI Reporter: Moses <mosigk>
Component: HSSFAssignee: POI Developers List <dev>
Status: NEW ---    
Severity: critical CC: matafagafo, mosigk
Priority: P2    
Version: 4.0.0-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: A sample file where I get this error

Description Moses 2019-02-28 14:19:37 UTC
Getting this error when trying to open the file

org.apache.poi.util.RecordFormatException: Extern sheet is part of LinkTable
	at org.apache.poi.hssf.model.InternalWorkbook.createWorkbook(InternalWorkbook.java:279)
	at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:346)
	at org.apache.poi.hssf.usermodel.HSSFWorkbookFactory.createWorkbook(HSSFWorkbookFactory.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.apache.poi.ss.usermodel.WorkbookFactory.createWorkbook(WorkbookFactory.java:339)
	at org.apache.poi.ss.usermodel.WorkbookFactory.createHSSFWorkbook(WorkbookFactory.java:310)
	at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:146)
	at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:92)
	at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:77)
Comment 1 Moses 2019-02-28 14:22:46 UTC
Created attachment 36472 [details]
A sample file where I get this error

this is a sample file where I get the error I have put it in a compressed .rar file