org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. POI only supports OLE2 Office documents
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Pentaho BI Platform Tracking by Gretchen Moran, 1 year ago
via Pentaho BI Platform Tracking by Gretchen Moran, 2 years ago
via nabble.com by Unknown author, 2 years ago
via Coderanch by Johny Talker, 1 year ago
via Coderanch by Priya Bhagat, 1 year ago
via Stack Overflow by Osama Hashem
, 2 years agoorg.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. POI only supports OLE2 Office documents
at org.apache.poi.poifs.storage.HeaderBlockReader.
(HeaderBlockReader.java:96) at org.apache.poi.poifs.filesystem.POIFSFileSystem.
(POIFSFileSystem.java:84) at org.apache.poi.hssf.usermodel.HSSFWorkbook.
(HSSFWorkbook.java:257) at org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor.importFromFile(TableDataSourceEditor.java:911)
at org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor.importFromFile(TableDataSourceEditor.java:893)
at org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor.access$000(TableDataSourceEditor.java:96)
at org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor$ImportFromFileThread.run(TableDataSourceEditor.java:145)