fix the annotation

This commit is contained in:
xiaoxiali 2020-08-27 11:24:28 +08:00
parent 59343bae91
commit 26348e5558

View File

@ -271,7 +271,7 @@ EOD;
}
\fwrite($worksheetFilePointer, '</sheetData>');
// do sth to merging cells
// do something to merging cells
$mergeRanges = $worksheet->getExternalSheet()->getMergeRanges();
if (!empty($mergeRanges)) {
$startLine = '<mergeCells count="1">';