Added sheetVisible parameter to the new sheet

This commit is contained in:
alexisparron 2017-07-04 16:14:36 +02:00
parent d32dd188d5
commit fdc241c70e

View File

@ -117,7 +117,7 @@ class SheetHelper
return new Sheet(
$this->filePath, $sheetDataXMLFilePath,
$sheetIndexZeroBased, $sheetName, $isSheetActive,
$sheetIndexZeroBased, $sheetName, $isSheetActive, $sheetVisible,
$this->options, $this->sharedStringsHelper
);
}