Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

Google Docs/Drive - number the headings

Is it possible to number the headings in a Google Docs/Drive document?

google-apps-script google-docs google-drive-api
How do I add formulas to Google Sheets using Google Apps Script?

How do I add a formula like: =SUM(A1:A17) to a range of fields using the Google Apps Script …

google-apps-script google-sheets google-docs
Find Cell Matching Value And Return Rownumber

The employee sheet contains the name of the employee in cell C2. The name of the employee should also be …

google-apps-script google-sheets google-docs row-number
Google Docs - Table of contents with paging

I am working on my Google Docs file and wondering if someone knows how it is possible to make a …

google-docs tableofcontents page-numbering
Collapsing Elements in a Google Doc With Google Apps Script - Is This Possible?

I'd love to be able to collapse and expand sections in my Google Docs document, making large documents easier to …

google-apps-script google-docs google-docs-api
Downloading a file with Powershell

The following Google Doc gets exported to CSV and is then downloaded automatically using a standard Web Browser: https://docs.…

powershell google-docs
On Google Spreadsheet how can you query 'GoogleFinance' for a past exchange rate?

I'd like to know if it is possible to query a past exchange rate on Google Spreadsheet. For example; using …

google-sheets google-docs currency-exchange-rates
Google Docs: create drop down list using data from another spreadsheet

I need to populate a drop down list in a cell (let's say cell B2) of Spreadsheet A (using data …

google-docs
How set tab indent to four spaces in google docs

Is it possible to set the default tab indent to four spaces in Google docs? Seems that is only possible …

google-docs
Embed Google Docs PDF viewer in IFRAME

When I upload PDF to Google Docs (using Python's gdata library), I get link to the document: >>> …

python gdata-api google-docs