Changed sheetVisible by isSheetVisible
This commit is contained in:
parent
5d498b66bc
commit
de6f477c9c
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user