Google Sheets
A simple to use library for interacting with Google Spreadsheets.
Features (todo list)
Spreadsheets
- List
- Get
Worksheets
- List
- Get
- Add
- Remove
- Resize
Rows
- List
- Orderby & reverse support
- Simple Query support
- Remove
- Modify
Cells
- Modify
- Get
How to use
var gsheets = ; // authorize your accountgsheets;
Documentation
Authorization
Current Google Sheets only supports authorized usage via GoogleClientLogin. It also only supports accessing spreadsheets through the private urls with the full projection. If this doesn't make any sense go read the Google Spreadsheets API documentation.
var gsheets = ; // authorize your accountgsheets
Spreadsheets
List
Get
Worksheets
List
Get
Rename
Resize
Rows
Rows support is operational, but is not yet stable. The interface is likely to change as I don't like the architecture currently, however it does all currently work.
Get Rows
Orderby
Reverse
Simple Query
Modify Rows
Cells
Cells support is not currently implemented but is planned.