google-apps-script
Download a series of Google Docs (.csv files) to my site using PHP
My conundrum is as follows. I have a lot of data stored in various spreadsheets on Google Docs. Compiling all of the data into a single spreadsheet (for analysis purposes) hit the size limit. Seeing a[详细]
2023-03-22 01:43 分类:问答Google app script copy document page
I have a template document in Google Docs containing one page. I would like to create a new document with N pages each identical to the one page from 开发者_如何转开发the template document.[详细]
2023-03-21 22:47 分类:问答Google App Script Calendar API - createAllDayEvent() method not working as expected
I\'ve opened an issue about (what I assume) is a bug in Google App Scripts but it doesn\'t look like its being monitored so I wondering if anyone has a work around for my problem.[详细]
2023-03-18 03:19 分类:问答Problems using the goo.gl API from google apps script
I\'m trying to query the goo.gl API from inside a Google Apps Script. The problem I\'m seeing is the following error message:[详细]
2023-03-16 21:21 分类:问答Google App Script Debugger not working on ClickHandler callback
I\'ve followed the Google app script tutorial here which is a very simple script with two functions. showDialog (which presents a dialog box with a text field and submit button ) and respondToSubmit(e[详细]
2023-03-16 07:00 分类:问答Upload script to google scripts gallery
Do anyone knows how to upload a script to google scripts gllery, so tha开发者_开发百科t i can install the script in the google spreadhseets and use that script in google docs(spreadsheets)As fas as I[详细]
2023-03-16 01:05 分类:问答What's the equivalent of STDOUT in Google Apps Script?
I would like to be able to express data in a Google Spreadsheet as a web service that returns JSON on request. Even though this is conceptually similar to similar questions, they tend to fall back to[详细]
2023-03-14 21:25 分类:问答Refresh or clearing form after submitting it in Google Apps Script?
I have created a form in Google Apps Script and embedded it into Google Sites. How do I refr开发者_如何转开发esh or clear the form after it has been submitted? I am able to save the data to a spreadsh[详细]
2023-03-11 02:41 分类:问答How to run Google Apps script from HtmlUnit?
I have a link in a Google Sites page that runs a Google Apps script. It works fine when I manually click the link in Firefox.[详细]
2023-03-11 01:51 分类:问答In GoogleApp Spreadsheet, how do I make onEdit event handler react to drag copying?
My onEdit event handler fires just fine when I edit spreadsheet cell manually, or when I paste into it by Ctrl+V, but completely ignores when I do \'drag-copying\'.[详细]
2023-03-05 14:51 分类:问答