Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 805 Bytes

README.markdown

File metadata and controls

19 lines (10 loc) · 805 Bytes

Google-Spreadsheet-Javascript

This is a simple jQuery plugin sort of thingy that allows JavaScript applications to pull data from Google spreadsheets.

See sample.html for the most basic usage (See it in action here). Look at the QUnit tests to see all of the things that the library can do.

TODO:

  • Use Google Forms for saving data
  • Improve conventions for setting/getting properties

NOTES:

I wrote this in coffeescript, so I have included the original coffee source files, but you only need the JavaScript files to use it.