Sorry, my english isn't that great...
I have a excel file with 6 worksheets; I also have several functions that write tables and chart in them.
The thing is, when I write the first one, no problem. The charts and table are there.
When I write a second worksheet, the table and charts are there for the current worksheet only, but in the first one, just the table remains and the chart is gone.
Even though I'm using this:
I have a excel file with 6 worksheets; I also have several functions that write tables and chart in them.
The thing is, when I write the first one, no problem. The charts and table are there.
When I write a second worksheet, the table and charts are there for the current worksheet only, but in the first one, just the table remains and the chart is gone.
Even though I'm using this:
$objReader->setIncludeCharts(TRUE);