Added sheetVisible parameter to the new sheet
This commit is contained in:
parent
d32dd188d5
commit
fdc241c70e
@ -117,7 +117,7 @@ class SheetHelper
|
|||||||
|
|
||||||
return new Sheet(
|
return new Sheet(
|
||||||
$this->filePath, $sheetDataXMLFilePath,
|
$this->filePath, $sheetDataXMLFilePath,
|
||||||
$sheetIndexZeroBased, $sheetName, $isSheetActive,
|
$sheetIndexZeroBased, $sheetName, $isSheetActive, $sheetVisible,
|
||||||
$this->options, $this->sharedStringsHelper
|
$this->options, $this->sharedStringsHelper
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user