Home > Enterprise >  How can I display the sheet contents in a PDF for a given range, from a shared google sheets documen
How can I display the sheet contents in a PDF for a given range, from a shared google sheets documen

Time:06-04

In a publically shared document I have url like:

enter image description here

however, for pdf,

CodePudding user response:

Not sure that it can be displayed as a PDF, however if you want to allow people to download it in PDF file try this:

https://docs.google.com/spreadsheets/d/1jK0It26SFeIS_JPEjkEUH7IEcJLxz6JXVBxuUy2mSa0/export?format=pdf&embedded=true

That should allow the spreadsheet to be downloaded as a PDF.

References:

  • Related