Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

How to use Roboto Thin in Google Docs

Is there a way to use Roboto Thin font in a "Google Docs" document? I fount a way to add …

fonts google-docs
How to poll a Google Doc from an add-on

A documented restriction with document and sheet add-ons is that Apps Script cannot tell what a user does outside of …

javascript jquery google-apps-script google-sheets google-docs
Any way to get JSON data of a Google Doc SpreadSheet using jquery without make the doc public?

I am trying to get data from a Google Doc Spreadsheet, using javascript and jQuery, in order to do some …

javascript jquery json google-docs google-docs-api
Programmatically edit a Google doc with JavaScript

What I'm trying to do is run some JavaScript code that will enter text into a Google doc. What I …

javascript reverse-engineering google-docs google-docs-api google-apps-script