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