[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:
PJ Fanning 2023-10-26 18:12:29 +00:00
parent e94b284c59
commit e7358f8ff8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public final class ZipPackage extends OPCPackage {
/**
* Constructor. Opens a Zip based Open XML document from
* an InputStream. The InputStream is closed.
* an InputStream.
*
* @param in
* Zip input stream to load.