]> source.dussan.org Git - poi.git/commit
Start to tidy up the model loading, to reduce duplicated code, and make it cleaner
authorNick Burch <nick@apache.org>
Sun, 16 Mar 2008 22:44:10 +0000 (22:44 +0000)
committerNick Burch <nick@apache.org>
Sun, 16 Mar 2008 22:44:10 +0000 (22:44 +0000)
commitb2af50dc8108864a668e43fdb90428dcf9759402
treecc77f564028c6459b3d7e480789cb3382f7da0ee
parent58b52d12849b6f6fae69e353ce4e99bd5a3c3b09
Start to tidy up the model loading, to reduce duplicated code, and make it cleaner

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637680 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/SharedStringSource.java
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/StylesSource.java
src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java
src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java
src/ooxml/java/org/apache/poi/xssf/model/XSSFModel.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java