- Continued working on library to access and query google spreadsheets
- Methods working to list tables, list columns, and execute a simple generic query
- Due to some limits of the google query language, we can’t execute what we need in a single query, such as list how many distinct values are in each column
- Going to investigate Google App Engine as a possible solution
