aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/SpreadsheetVersion.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #49194 - Correct text size limit for OOXML .xlsx filesNick Burch2010-05-051-3/+2
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-071-4/+17
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-120/+119
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-2/+0
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-031-0/+122