Hi,
I have a bug with the tables (and PivotTable) in excel export.
I want to show table on a specific cell using "cell" attribute but it doesn't work. The table is alaways rendered on the first column in excel (column A).
I tried with a text element and it's well positionned.
This is my code :
<div cell="T3">
<?php PivotTable::create($params) ?>
</div>
Thanks