Bug 49194

Summary: Wrong value of SpreadsheetVersion.EXCEL2007.getMaxTextLength()
Product: POI Reporter: Alex <alexkra>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.6-FINAL   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Alex 2010-04-27 09:08:01 UTC
SpreadsheetVersion.EXCEL2007.getMaxTextLength() is unlimited but should be limited to 32767.
See "Total number of characters that a cell can contain" http://office.microsoft.com/en-us/excel/HP100738491033.aspx
Comment 1 Nick Burch 2010-05-05 12:31:34 UTC
I have verified the limit in Excel

Fixed in poi in r941372.