]> source.dussan.org Git - poi.git/commit
Partial support for .xlsm files (bug #45431), but still not quite there as they seem...
authorNick Burch <nick@apache.org>
Fri, 18 Jul 2008 18:22:25 +0000 (18:22 +0000)
committerNick Burch <nick@apache.org>
Fri, 18 Jul 2008 18:22:25 +0000 (18:22 +0000)
commitc7f924e3773c18640262ba073335f5cf1df2548b
treea18f6151c028e96d197c60ed5e221603c30ceece
parent6c0afcaed52996c0b56312603925d6e16b16d340
Partial support for .xlsm files (bug #45431), but still not quite there as they seem to have some hidden reference we don't know about to update

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@677990 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/model/BinaryPart.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/model/XSSFModel.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
src/testcases/org/apache/poi/hssf/data/45431.xlsm [new file with mode: 0644]