]> source.dussan.org Git - poi.git/commit
Get it to the point that existing .xslx files can be loaded+saved, and opened by...
authorNick Burch <nick@apache.org>
Fri, 21 Mar 2008 19:54:35 +0000 (19:54 +0000)
committerNick Burch <nick@apache.org>
Fri, 21 Mar 2008 19:54:35 +0000 (19:54 +0000)
commitcdd40f24796b2953943d2bdfa766131a5e76f27f
tree14d8451cd63ee7b41261762e89d07c2bc50860c7
parent401fcc714219f5f98df953cb4033123780ccf87f
Get it to the point that existing .xslx files can be loaded+saved, and opened by excel without warning, and new files can be loaded but with a warning

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639779 13f79535-47bb-0310-9956-ffa450edef68
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
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCreationHelper.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDataFormat.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java