Type casting active sheet index
This commit is contained in:
parent
c5deceb0b9
commit
fd21f8a5dd
@ -85,7 +85,7 @@ class SheetHelper
|
|||||||
if ($xmlReader->openFileInZip($this->filePath, self::WORKBOOK_XML_FILE_PATH)) {
|
if ($xmlReader->openFileInZip($this->filePath, self::WORKBOOK_XML_FILE_PATH)) {
|
||||||
while ($xmlReader->read()) {
|
while ($xmlReader->read()) {
|
||||||
if ($xmlReader->isPositionedOnStartingNode('workbookView')) {
|
if ($xmlReader->isPositionedOnStartingNode('workbookView')) {
|
||||||
$activeSheetIndex = $xmlReader->getAttribute('activeTab');
|
$activeSheetIndex = (int) $xmlReader->getAttribute('activeTab');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$xmlReader->close();
|
$xmlReader->close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user