Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 10/29/2012
Components: Document Management, Office Integration
Versions: 10.0
Failure Type: Data Loss
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem Description:
When using <cfspreadsheet> to read in a spreadsheet, only the first 256 columns are returned.
I suspect this is because of the issue detailed here: http://stackoverflow.com/questions/2326668/how-to-get-more-than-255-columns-in-an-excel-sheet-using-apache-poi-3-6. If using org.apache.poi.hssf.usermodel, the maximum columns is 256; using org.apache.poi.xssf.usermodel instead should resolves this (I have greatly abridged the detail at that link).
Steps to Reproduce:
Read in a spreadsheet with 257 columns
Actual Result:
Only the first 256 columns are returned
Expected Result:
All 257 columns
Any Workarounds:
Not relevant
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3355173
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: