

Create a slide, insert a table and format it with the limited data available from the characteristics of the table in the spreadsheet (including text). Create a table in the same spreadsheet as your list, Read 'some' of the characteristics of the table in the spreadsheet. I cannot find any functions in Google Spreadsheets to do this. NOT SUPPORTED: Extract the table (range of cells in spreadsheet) as an image and load to slide background. Problem: Has all the toolbars for spreadsheets eating up Create a table in the same spreadsheet as the list and use in teaching. HISTORY - I want to create a table from a list in a spreadsheet which will fill the background of a Google slide or Jamboard. I assumed it was because the slide id was not input and therefore tried the more complex batchUpdate which also does not work. I am using the table id in the insertText command but it cannot be found. ]Īug 4, 2021, 1:39:23 PM Debug templateSlideId: SLIDES_API1629452804_0Īug 4, 2021, 1:39:23 PM Debug theTblId: SLIDES_API1629452804_1Īug 4, 2021, 1:39:23 PM Debug number of updates: 64Īug 4, 2021, 1:39:24 PM Error GoogleJsonResponseException: API call to failed with error: Invalid requests.insertText: The object (SLIDES_API1629452804_1) could not be found.Īt 1:39:23 PM Debug theTblId: SLIDES_API1629452804_1Īt 1:39:24 PM Error GoogleJsonResponseException: API call to failed with error: Invalid requests.insertText: The object ( SLIDES_API1629452804_1) could not be found. ,theTableCellObj ,theTableRowObj ,theTableObj ,thePageElement

Let theTblId = tblArr.getObjectId() // table page element Let templateSlideId = slidesArr.getObjectId()

Let slidesArr = templatePres.getSlides() let templatePres = SlidesApp.openById(templatePresId) This is the code I ran to try to populate the table. QUESTION: How do I insert text into cells of an existing table in Google slide? I have an existing presentation with a mockup table with all the dimensions and colors as wanted.
