/[Apache-SVN]
ViewVC logotype

Revision 707445


Jump to revision: Previous Next
Author: yegor
Date: Thu Oct 23 18:57:28 2008 UTC (15 years, 5 months ago)
Changed paths: 9
Log Message:
1. important algorithmic improvements of XSSFRow and XSSFSheet, removed LinkedList in favor of TreeMap, that allowed O(Log(N)) performance instead of O(N) when adding new rows and cells2. Revised cell value accessors in XSSFCell. Now both HSSF and XSSF handle various cell types equally. The same exceptions are thrown in case of type mismatch, same behaviour when setting nulls, etc.
3. Moved FormulaError codes out of the Cell interface into enum. Interface isn't a proper place for it
4. Finally finished javadoc on XSSFRow and XSSFCell


Changed paths

Path Details
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Cell.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/FormulaError.java added
Directorypoi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFCell.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26