]> 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)
commita0f51be3ec28af97c35d553fea8745d47a7be965
treec42cf95753da55a7c23619b909206574bf203c98
parente7957fc6b8417b9b6a094c164c24f69b67d0ce2b
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