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

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)

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

I Need To Execute A Function() When Clicking A Button On Googledoc Sidebar

I have already created a very simple sidebar on my Google Doc as an Add-on. But, since I am not so … Read more I Need To Execute A Function() When Clicking A Button On Googledoc Sidebar

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

I Need To Execute A Function() When Clicking A Button On GoogleDoc Sidebar

I have already created a very simple sidebar on my Google Doc as an Add-on. But, since I am not so … Read more I Need To Execute A Function() When Clicking A Button On GoogleDoc Sidebar

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