


This class is perfect for beginner to intermediate users to take their skills to the next level and become a Google Slides Master! K-12 teachers are going to LOVE THIS COURSE! In this course, you will learn how to use Slides in new and unexpected ways in your classroom that will engage your students and make learning more dynamic! I frequently refer to Google Slides as the Swiss Army Knife of the G Suite tools because it is capable of being so much more than a presentation tool. Want to Learn More? Join the Google SLIDES Master Class Online Course What are your favorite Google tips? Please share in the comments below. Stay tuned for more Google Tricks and Tips!Ĭheck out my other Google Tricks and Tips! When you want to run the script using the trigger, please use the installable trigger.This is just scratching the surface of the many ways you can enhance your Google Documents and Slides with images.So please modify this for your actual situation. This script is a simple sample script for explaining this workaround.When this script is run, the following result is obtained. function myFunction() Ĭonst url = (/=s\d+/, "=s" + size.width) Ĭonst resultBlob = UrlFetchApp.fetch(url).getBlob().setName("Result_" + file.getName()) ĭriveApp.getFileById(presentationId).setTrashed(true) Because when the image on Spreadsheet is retrieved, the process cost becomes high. In this script, the image on Google Drive is used. Sample script.īefore you use this script, please set the fileId, sheet name, and cell range. Please enable Drive API at Advanced Google services. Please install 2 Google Apps Script libraries as follows. In this case, the existing image is replaced.īy this flow, I thought that your goal might be able to be achieved. Put the image blob to the Spreadsheet.Retrieve the image and texts as an image blob.Put the image on the slides and put the text retrieved from the cell of the Spreadsheet.Create a new Google Slides with a specific size.Using these libraries, the following flow is run. So, as a workaround, in your situation, how about using this method? In this method, 2 Google Apps Script libraries are used. Unfortunately, I think that your goal cannot be directly achieved using the existing methods of Spreadsheet services.
