]> source.dussan.org Git - poi.git/commit
Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the...
authorDominik Stadler <centic@apache.org>
Tue, 26 May 2015 19:30:21 +0000 (19:30 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 26 May 2015 19:30:21 +0000 (19:30 +0000)
commit03805d9e201f44d6cf85eeface28908251885089
treec42cf95753da55a7c23619b909206574bf203c98
parent9017803980006ead9ad3933a64b8c9e8f2ea37cb
Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code.
Also adjust Javadoc somewhat.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681823 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/ss/usermodel/WorkbookFactory.java
src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java