mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 05:16:06 +03:00
Fix old reference to _sheetIndex in HTML Writer
This commit is contained in:
parent
1c8c2379cc
commit
d3373c97e1
@ -398,7 +398,7 @@ class PHPExcel_Writer_HTML extends PHPExcel_Writer_Abstract implements PHPExcel_
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Ensure that Spans have been calculated?
|
// Ensure that Spans have been calculated?
|
||||||
if ($this->_sheetIndex !== null || !$this->spansAreCalculated) {
|
if ($this->sheetIndex !== null || !$this->spansAreCalculated) {
|
||||||
$this->calculateSpans();
|
$this->calculateSpans();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user