Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

How can developers edit a Google Doc programmatically? Is there a Docs API?

There doesn't seem to be (to my knowledge) an API to edit Google Docs (not spreadsheets, their HTML based documents). …

google-apps-script google-api google-docs google-api-client google-docs-api
How are scrollbars in new Google Docs UI styled (esp. the arrow buttons)?

The new Google Docs UI features cool gray scrollbars. These appear to be regular scrollbars styled with selectors like ::-webkit-scrollbar-thumb. …

css scrollbar styling google-docs
How do I export the revision history of a gdoc to git?

I have a spreadsheet in google docs that I'd want to integrate in a git workflow (and push to github). …

git google-docs google-sheets google-docs-api google-spreadsheet-api
How to programmatically create a Google Docs spreadsheet WITH CONTENT?

I have found multiple StackOverflow questions dealing with how to create or edit Google Doc spreadsheets using the Google Spreadsheets …

google-drive-api google-sheets google-docs google-docs-api google-spreadsheet-api
Is there any open source alternative to Google Docs?

I'm looking for an Open Source alternative to Google Docs. Reason I want it is because I want to host …

open-source google-docs
Format times to display with 'AM/PM'

Normally, when I enter times in Google spreadsheet as 22:00:00 the display automatically switches to 10:00 PMbut sometimes it's not converting. How …

google-sheets google-docs time-format
Stepping through code in Google Apps Script (equivalent VBA-GAS )

When writing my VBA macros I often used "F8" so as to debug the macro line by line. Is there …

vba debugging google-apps-script google-sheets google-docs
How to force newlines in Google Apps jsdoc descriptions

I can't figure out how in a Google Apps Script to display this correctly. I need it to display new …

google-apps-script google-sheets google-docs jsdoc
Google Docs iFrame: How to customize the css of an embedded Google Docs iFrame

I have this code of an iframe displaying a google docs document: <div itemprop="description" class="col-xs-12 no-h-padding" id="…

iframe google-docs google-docs-api
Get All Links in a Document

Given a "normal document" in Google Docs/Drive (e.g. paragraphs, lists, tables) which contains external links scattered throughout the …

google-apps-script google-docs