Fix for multiple worksheets, all with merge cells, in HTML Writer
This commit is contained in:
parent
962a822cf9
commit
2291748a83
|
@ -405,7 +405,7 @@ class HTML extends BaseWriter implements IWriter
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure that Spans have been calculated?
|
// Ensure that Spans have been calculated?
|
||||||
if (!$this->spansAreCalculated) {
|
if ($this->sheetIndex !== null || !$this->spansAreCalculated) {
|
||||||
$this->calculateSpans();
|
$this->calculateSpans();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue