Slashdot Mirror


Google Adds Scripting Capabilities To Google Docs

snydeq writes "Google will add scripting capabilities to Google Docs, allowing organizations to customize their online applications and automate tasks. Google plans to sign up about 1,000 customers over the next few weeks to test the feature, called Google Apps Script. It will be tested initially in Google Spreadsheets and extended to other Google Docs applications over time. The company isn't saying yet when Apps Script — which is based on JavaScript with object-based extensions added by Google — will be widely available. Google Docs users can already apply to try it out."

3 of 58 comments (clear)

  1. Takes me back... by Koiu+Lpoi · · Score: 4, Insightful

    I seem to remember that programmability was the exact reason so many security experts despised the MS Office Suite. How long until the first Google Docs based malware installation?

  2. Do not want by Dynamoo · · Score: 5, Insightful
    The interwebs is already under assault from script-borne malware in PDFs, Flash, QuickTime and of course Microsoft Office has always been widely exploited in the past. Take, for example, Javascript support in Adobe Acrobat.. who uses it? When we turned support off for 5000 users exactly *zero* people noticed. It seems that these things are only of use to the Bad Guys.

    Imagine the fun they will have with docs scripting combined with the wonderful world of XSS attacks. What could possibly go wrong?

    --
    Never email donotemail@WeAreSpammers.com
  3. Re:Who cares about Google Docs anymore? by Philip_the_physicist · · Score: 4, Insightful

    Remember, the reason not every tool is a hammer is because not every problem is a nail. Google are doing a good job of remembering the key Unix design philosiphy: "Do one thing, do it right, and make sure you can talk to everything else". Each of their apps is fairly self contained, and yet can be tied together with their APIs. Thus, it seems likely that wave, along with everything else, will be useable as a data source for Docs macros, once the API is complete.