I want to create a Google Slide/s from a Google Sheet large table data, but I can't find a good example if it's even possible.
I found only examples of "generating Google Slides from the Google Sheets" table containing 5-6 rows that fit the Slide page perfectly.
A given week, I work on a data table that contains 15-30 rows, and some cells can also be bigger than others containing more text. I need to insert this data into a Google Slides presentation, typically 3-4 slides of the same table format, to fit everything.
Could anyone please guide me on how to check in AppsScript if X
number of rows will fit the Google Slide page table size?
If not, generate another Slide page containing a table with the remaining data.
Is there any size parameter I could use to determine the Google Slide table width/length to determine if I have to create a new Google Slide to fit the rest of the data?