I'm using PHPExcel and I have the next issue:
In the template I'm using, I must print the current page and total pages in some cells and this goes in a custom header that are IN the rows and not the header itself because the complex of the template.
I know, I can print those values in the header and footer but, is it possible to print the current page or total pages in a cell with PHPExcel?