111 questions
The code below will complete successfully, but the thumbnails will not be displayed. What's the problem?function dispThumbnail(){ varsheet=SpreadsheetApp.getActiveSheet(); varfile=DriveApp.getFilesByN...
The code below will complete successfully, but the thumbnails will not be displayed. What's the problem?function dispThumbnail(){ varsheet=SpreadsheetApp.getActiveSheet(); varfile=DriveApp.getFilesByN...
I wrote the process of retrieving the data aggregated by BigQuery in GAS and outputting it to a spreadsheet.The following are the queries to retrieve:select * from(SELECT appid, count (userno) as cnt ...
This is my first time posting.I'd like to create a file for an E-quote with a spreadsheet and automatically enter the value of a particular cell in the file into a separate spreadsheet sales file.I wo...
Google Cloud Platform > Cloud SQL > MySQL 2nd Generation Instancehas been created.The DB in this instance has my Mac and Microsoft Access (no MacOS version) or LibreOffice Base (There is a Mac v...
I would like to fill the background color and character color separately in the conditional format of the Google spreadsheet.Specifically, the settings like the attached image are
I wanted to distribute the email that came to gmail to the specified group of chat work according to the keywords in the body, so I created it as follows, but it will not be forwarded to chat work eve...
I wrote the following code, but I can't see the image. Why?The image is in Google Photo under My Drive.Code .gs side function getPic(idStr){ varfile=DriveApp.getFileById(idStr); varimTag='; imgTag+='...
The script below does not work as intended.I'm going to search for the sentence that starts with ★ and display it as it is, but I can't do this, so could you please let me know?For example, I would li...
I want to read the Google form question choices (pull-down expressions) from the spreadsheet, so I create them in the script editor as follows:The second question can be reflected, but the third quest...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.