如何仅使用phpspreadsheet在最后一页上应用页脚

时间:2019-03-14 04:02:20

标签: phpexcel phpspreadsheet phpoffice

电子表格是否具有仅在最后一页设置页脚的功能?如果不能,如何在phpspreadsheet中创建报表页脚?这可能吗?

$spreadsheet->getActiveSheet()->getHeaderFooter()->setOddFooter('footer caption');

谢谢。

1 个答案:

答案 0 :(得分:0)

查看文档的此页面。 转到:设置工作表的打印页眉和页脚

phpspreadsheet documention