PHP_XLSXWriter
PHP_XLSXWriter copied to clipboard
Add support for header and footer with some tags available
Header and footer for printing can be set via new setHeaderFooter function. It allows to specify tags like filename, path, date, time, page number, pages count and tab name. Tested with Office 360.
Hello,
can not find the function "setHeaderFooter" in the currently file xlsxwriter.class.php. Was it removed again?
Thanks
您好,我已经收到您的信件,将尽快回复您。
can not find the function "setHeaderFooter" in the currently file xlsxwriter.class.php. Was it removed again?
This pull request has not been merged yet.
Hello,
I found everything and it works so far. How can I write a different header for each sheet?
public function setHeaderFooter($sheet_name, $pos, $content, $footer = false) ?
thanks
It would be possible to set different header/footer for odd and even sheet as far as I know.