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:
Mark Baker
2012-08-01 17:25:10 +01:00
parent f12189b29d
commit 0b60b61104
5 changed files with 122 additions and 92 deletions
+6
View File
@@ -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);
}
}
}