]> source.dussan.org Git - poi.git/commit
SST fixed!!! Yay... Will reliably read in spreadsheets that have rich text or extende...
authorGlen Stampoultzis <glens@apache.org>
Sun, 9 Jun 2002 12:33:26 +0000 (12:33 +0000)
committerGlen Stampoultzis <glens@apache.org>
Sun, 9 Jun 2002 12:33:26 +0000 (12:33 +0000)
commit3171b4035f65dbe6c905c446205afe0ab915f539
treee37477287f803bc91e3bec3e2591818a16b5874d
parent9c3c9858af1250bbf050e3959e57bf8faa190e44
SST fixed!!! Yay... Will reliably read in spreadsheets that have rich text or extended text.  Code is a bit cleaner now but could still use more improvement.  If I have the energy I'll look into it.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_1_5_BRANCH@352663 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
module.xml
src/java/org/apache/poi/hssf/record/SSTDeserializer.java
src/java/org/apache/poi/hssf/record/SSTRecord.java
src/java/org/apache/poi/hssf/record/UnicodeString.java
src/java/org/apache/poi/util/HexDump.java
src/java/org/apache/poi/util/LittleEndian.java
src/testcases/org/apache/poi/hssf/data/BigSSTRecord
src/testcases/org/apache/poi/hssf/data/evencontinuation.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/richtextdata.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/stringacross2continuations.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/stringacross2continuationsCR1.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/stringacross2continuationsCR2.txt [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/TestSSTRecord.java