Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

wget/curl large file from google drive

I'm trying to download a file from google drive in a script, and I'm having a little trouble doing so. …

curl google-drive-api google-colaboratory wget google-docs
How to turn off page breaks in Google Docs?

How do I turn off page breaks in Google Docs so I just have a single continuous scrolling document? I …

google-docs
How To Format A Block of Code Within a Presentation?

I am preparing a presentation using Google Slides, though I can also work on the presentation within Open Office that …

syntax-highlighting openoffice.org google-docs presentation
Count number of cells with any value (string or number) in a column in Google Docs Spreadsheet

I have several columns in Google Spreadsheet. I would like to count how many cells have a value (number or …

google-sheets google-docs
How to define global variable in Google Apps Script

I see most examples from Google is they use only functions in a single giant script. e.g. https://developers.…

google-apps-script google-sheets global-variables google-docs
Insert date time in google document

I would like to insert a timestamp (date and/or time) into Google Documents. The support documentation () says that there …

google-apps-script timestamp google-docs
Axis scale in google charts (from google spreadsheets)

I've generated chart form google spreadsheets. In my report for horizontal axis I have values: 1 ,2 ,3 ,4 ,5 ,10 ,20 ,30 ,40 ,50 ,100 ,200 ,300 ,400 ,500 ,600 ,700 ,800 ,900 ,1000. Chart interprets them as a …

google-docs google-sheets google-visualization
Is it possible to force a copy of a protected Google doc?

Google docs can “lock” a page so that it’s impossible to copy from its text. This seems wrong to …

copy google-docs
JSON import to Excel

Is it possible to script JSON calls in a macro? I want to get a JSON string through an API …

json excel api google-docs
Get first item from Split()

I use the SPLIT function to split a string which looks something like 1.23/1.15. Right now it yields two cells, as …

google-sheets google-docs