Chrome Extension Writing to Google Spreadsheet

Viewed 13481

I've been doing some research and for some reason can't find a good example showing this anywhere, and I am starting to wonder if it's even possible.

What's I'm looking to do is to have my extension write data within a Google Spreadsheet, so that the sheet is being used as a database.

Does anyone have any documentation that I could follow through? Considering that the Spreadsheet API doesn't seem to allow JavaScript, is that even possible?

THanks.

2 Answers
Related