Bug 49194 - Wrong value of SpreadsheetVersion.EXCEL2007.getMaxTextLength()
Summary: Wrong value of SpreadsheetVersion.EXCEL2007.getMaxTextLength()
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.6-FINAL
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 09:08 UTC by Alex
Modified: 2010-05-05 12:31 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.