2

I would like to know if it is possible to insert a Script in a GDocs SpreadSheet using the Google SpreadSheet API. I want to insert my script in a list of SpreadSheets but don't want to do it manually.

1
  • Same issue here. @Guy : few purposes are : keep code in one single place, fixes and enhances all spreadsheets at once, debug one code not copied/pasted. Commented Oct 17, 2012 at 14:02

1 Answer 1

3

I'm not sure why you want to insert the same script into multiple spreadsheets, but I can suggest a reverse approach. If you have the script in a specific spreadsheet you can copy it again and again with Google Document List API:(http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs).

Since it is easy to put data into a spreadsheet, you can copy your data into the newly created copy of the spreadsheet with the given script.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.