Link Search Menu Expand Document

How convert Google Sheet worksheet to PDF

In order to convert a specific worksheet to PDF, please follow this source file link format https://docs.google.com/spreadsheets/d/[spreadsheet_id]/export?format=[file_format]&gid=[worksheet_id]

where:

  • [spreadsheet_id] is the unique identifier for the Google Sheets document
  • [file_format] is the file format of the exported file, such as “csv” or “pdf”
  • [worksheet_id] is the unique identifier for the specific worksheet you want to download

For example, if you want to download a specific worksheet in a Google Sheets document with the ID 12345 in PDF format and the worksheet ID 6789, the direct download link would be:

https://docs.google.com/spreadsheets/d/12345/export?format=pdf&gid=6789