mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-11 18:46:49 +00:00
Fix grammar error
This commit is contained in:
@@ -128,7 +128,7 @@ class Xls extends BaseWriter
|
||||
$this->writerWorksheets[$i] = new Worksheet($this->strTotal, $this->strUnique, $this->strTable, $this->colors, $this->parser, $this->preCalculateFormulas, $this->spreadsheet->getSheet($i), $this->writerWorkbook);
|
||||
}
|
||||
|
||||
// build Escher objects. Escher objects for workbooks needs to be built before Escher object for workbook.
|
||||
// build Escher objects. Escher objects for workbooks need to be built before Escher object for workbook.
|
||||
$this->buildWorksheetEschers();
|
||||
$this->buildWorkbookEscher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user