I am facing an Issue while reading Excel sheet (xls/xlsx) created from Microsoft Office 2013.
<cfspreadsheet
action="read"
src="E:\FromD\Test Codes\POIUtility\examples\sheet.xls"
name="SpreadsheetObj">
</cfspreadsheet>
Here are the errors:
An error occurred while reading the Excel: org.apache.poi.EncryptedDocumentException: The supplied spreadsheet seems to be an Encrypted .xlsx file. It must be decrypted before use by XSSF, it cannot be used by HSSF.
An error occurred while reading the Excel: org.apache.poi.hssf.record.RecordFormatException: Unknown encryption info 4.
I tried with CF9 and CF10. Found same error on both versions. Also, I updated POI jar files with updated POI 3.10 but no luck. Followed these links :
- https://issues.apache.org/bugzilla/show_bug.cgi?id=56564
- https://issues.apache.org/bugzilla/show_bug.cgi?id=35897
Any help will be appreciated.