]> source.dussan.org Git - poi.git/commit
Move the SharedStringsTable to a more generic package, and make a start on the styles...
authorNick Burch <nick@apache.org>
Sun, 16 Mar 2008 18:57:15 +0000 (18:57 +0000)
committerNick Burch <nick@apache.org>
Sun, 16 Mar 2008 18:57:15 +0000 (18:57 +0000)
commitef20df0bd11d8884193661d41d054511f4179bb1
tree9fe7366c4d7830bfaf5c956970e4299bde9b639b
parentc94ce5034479bb7ee41200637af49780aa5ec1ea
Move the SharedStringsTable to a more generic package, and make a start on the styles table

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637624 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/strings/SharedStringsTable.java [deleted file]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java