mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +00:00
Bugfix: takaakik) Work Item 15455 - getNestingLevel() Error on Excel5 Read
Bugfix: ix to Excel5 Reader when cell annotations are defined before their referenced text objects
This commit is contained in:
@@ -339,6 +339,12 @@ class PHPExcel_Chart_DataSeries
|
||||
foreach($this->_plotValues as $plotValues) {
|
||||
$plotValues->refresh($worksheet);
|
||||
}
|
||||
foreach($this->_plotLabel as $plotValues) {
|
||||
$plotValues->refresh($worksheet);
|
||||
}
|
||||
foreach($this->_plotCategory as $plotValues) {
|
||||
$plotValues->refresh($worksheet);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user