Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Docs

Passing Information To Server-side Function In A Google Docs Add On

I'm working on a Google Docs Add-On based on Google's Quickstart tutorial. I'm trying t… Read more Passing Information To Server-side Function In A Google Docs Add On

Updated Doc Not Attaching As Pdf In Gmail

I'm using Google Apps Script to create a copy of a doc file and save data from spreadsheet to t… Read more Updated Doc Not Attaching As Pdf In Gmail

Why Is Google Apps Spreadsheet Setvalue Function Not Setting Values In Cells?

Why can't I use setValues in google apps spreadsheets API to set the values of cells in a sprea… Read more Why Is Google Apps Spreadsheet Setvalue Function Not Setting Values In Cells?

Getting Value Of A Cell From Google Docs Spreadsheet Into Javascript

I have a javascript function function calculate() { var interestRate=4.5; ... } I would like … Read more Getting Value Of A Cell From Google Docs Spreadsheet Into Javascript

Google Apps Script Problem Using Getlinkurl(offset)

I'm trying to figure out how to use getLinkUrl(offset) in Google Apps Script. I found the refe… Read more Google Apps Script Problem Using Getlinkurl(offset)

Form To Perform Action And Passover The Values

Hi i basically have a form that has a two textboxes which will send the data back to the google sp… Read more Form To Perform Action And Passover The Values