mirror of https://github.com/apache/poi.git
[bug-67579] add new XSSFWorkbook constructor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e94b284c59
commit
e7358f8ff8
|
@ -136,7 +136,7 @@ public final class ZipPackage extends OPCPackage {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor. Opens a Zip based Open XML document from
|
* Constructor. Opens a Zip based Open XML document from
|
||||||
* an InputStream. The InputStream is closed.
|
* an InputStream.
|
||||||
*
|
*
|
||||||
* @param in
|
* @param in
|
||||||
* Zip input stream to load.
|
* Zip input stream to load.
|
||||||
|
|
Loading…
Reference in New Issue