Changed sheetVisible by isSheetVisible

This commit is contained in:
alexisparron 2017-07-20 17:33:43 +02:00
parent 5d498b66bc
commit de6f477c9c

View File

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