this screen for get tableview from spreadsheet, and i want to add export pdf button
Hi banae,
To export a Google Sheet table to a PDF, you can use the Google Sheets export functionality by modifying the spreadsheet URL.
Change the URL by replacing “edit” with “export” and adding “? format=pdf” at the end to initiate the PDF download. For example, if your Google Sheet URL is https://docs.google.com/spreadsheets/d/1234567890/edit
, change it to https://docs.google.com/spreadsheets/d/1234567890/export?format=pdf
.