vinodpahuja / google-spreadsheet-javascript

Read data from google spreadsheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Read data from google spreadsheets


Languages

Language:JavaScript 78.4%Language:CoffeeScript 8.9%Language:CSS 7.2%Language:HTML 5.5%