diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-10-23 18:57:28 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-10-23 18:57:28 +0000 |
commit | 968c6493a52b58d38262894a00d1cd3bdd080efb (patch) | |
tree | 1bdae6bde826fc6131301964ecf7cbe99d11a164 /src/testcases/org/apache/poi | |
parent | c63434df63697adf242805f7a0bde52d767907d2 (diff) | |
download | poi-968c6493a52b58d38262894a00d1cd3bdd080efb.tar.gz poi-968c6493a52b58d38262894a00d1cd3bdd080efb.zip |
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
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@707445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi')
0 files changed, 0 insertions, 0 deletions