Exporting Google Sheet as PDF with Custom Headers or Footers in Google Apps Script

后端 未结 1 666
我寻月下人不归
我寻月下人不归 2020-12-24 09:06

I\'m wondering how to add custom headers or footers to a PDF that is exported using Google Apps Script from a Google Sheet. I would like to add a footer that says "My C

相关标签:
1条回答
  • 2020-12-24 09:44

    I think the workaround would be:

    1. create a new document
    2. Insert your header
    3. Copy the contents of your spreadsheet
    4. Insert your footer
    5. Export the new file as PDF
    6. Trash the new file
    0 讨论(0)
提交回复
热议问题