Top "Google-docs" questions

Questions related to interacting with Google word processing Documents programmatically.

Google Docs using multiple manual criterion in DSUM

How can I manually enter multiple criterion into a DSUM function? I can have it check a single set of …

google-docs
Create a Google Doc file directly in a Google Drive folder

How do I create a Google document in a Google Drive folder? I know that I can create a file …

google-apps-script google-drive-api google-docs
How to generate a pre-filled form URL for Google Form

I'm looking for a programmatic way to automate the generation of pre-filled URLs for google forms. In a recent update, …

google-apps-script google-docs google-docs-api
Is there a way to write to a Google docs spreadsheet from the Linux shell?

I have a cron job that exports some data to CSV every day. Is it possible to write this data …

linux shell google-drive-api google-docs google-docs-api
Can we upload files to google docs via linux shell script or python

Is it possible to upload files to google docs via commandline or bash or via python. i have plent of …

file-upload google-docs
How to disable pop-out option in pdf viewer with google doc iframe?

I am using following code to display pdf using google with iframe.. It's working fine. But I want to disable "…

html iframe google-docs google-document-viewer
Open remote document and save back to remote server

I have programmed a web app for my office that runs on the server. All of our documents are on …

web-applications ms-word ms-office google-docs
Generate PDF through Google App Script

I found a script that takes the fields from the active row in the active Google Spreadsheet and, using a …

google-apps-script google-sheets google-docs export-to-pdf
How do I get Google search results from urlfetch in google apps script

I have been trying the following code var response = UrlFetchApp.fetch("https://www.google.com/#q=this+is+a+test"); …

google-apps-script google-docs google-custom-search
Google Docs Spreadsheet display data from row matching a criteria

Basically, I would like Sheet 1 to pull data FROM Sheet 2, renamed to 'Loot'. However, the data that is pulled from …

filter spreadsheet google-docs contains