Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

How to get Google docs last edit date

I am working on an app in which I need to show the date when google doc was last edited. …

google-apps-script google-docs google-docs-api
Is it possible to send HTTP request from inside Google docs?

I want to send an HTTP request to some REST service from Google drive spreadsheet. Is this possible?

google-drive-api google-docs
In Google Docs Forms, how to change the multiple choice answer "other" to something else?

I am trying to create a survey in Google forms and would like to create a multiple choice question with …

forms google-docs survey
What are the Google Apps MIME Types in Google Docs and Google Drive?

What are the MIME types for each of the following file extensions: gdoc gslide gsheet gdraw

mime-types google-docs file-type google-drive-api
How can I filter my search in a column on google sheet which collects data from a form?

I would like to perform a multi criteria search of data in a column- contains data of check boxes(more …

google-sheets spreadsheet google-docs
How to write to a "Google Spreadsheet" from Excel 2003 VBA

I Have an Excel 2003 file with a line similar to this: I need to click "the button" and it adds …

vba google-docs excel-2003 google-sheets
Specify a user display name when opening a Google Drive document anonymously

I'm doing some research for an application using Google Drive documents, but I'm running into problems with anonymous access and …

google-docs google-drive-api google-docs-api google-drive-realtime-api
how to extract formatted text content from PDF

How can I extract the text content (not images) from a PDF while (roughly) maintaining the style and layout like …

python pdf text extract google-docs
Using SUMIF correctly on google spreadsheet

I want a cell to give me the sums of the cells above, only when another column has values in …

excel google-docs
Add images to Google Document via Google Apps Script

How can you add images to a Google Document (not Spreadsheet or Presentation) via Google Apps Script. I don't see …

google-docs google-apps-script