mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-03 14:10:27 +00:00
Fixed a reference error
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@81990 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
@@ -536,7 +536,7 @@ class PHPExcel_Writer_Excel5_Workbook extends PHPExcel_Writer_Excel5_BIFFwriter
|
||||
|
||||
// Create EXTERNSHEET for each worksheet
|
||||
for ($i = 0; $i < $countSheets; ++$i) {
|
||||
$this->_writeExternsheet($phpExcel->getSheet($i)->getTitle());
|
||||
$this->_writeExternsheet($this->_phpExcel->getSheet($i)->getTitle());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user