GDataDB
GDataDB copied to clipboard
A database-like interface to Google Spreadsheets for .Net
Hi, I have a "Parameter count mismatch" exception when I do a Row.Update on some of my spreadsheets since a couple of weeks. Others work fine. Any clue why this...
Use the Drive API to set permissions for documents created through GDataDB, so they can be shared with personal accounts and thus opened with the Drive web UI.
Create database response return a title: untitled
Hi, 0.6 it seems to work in most cases, but for some rows I receive this error when doing an update: "The remote server returned an error: (412) Precondition Failed."....
Support reading/writing files from different folders (called "parent" or "parentRef" in the Drive API)
If your Linq query does not have a "Where" clause, GDataDB gives an error that Select is not support.. Workaround: add a where class that does not match any rows....
Recently, I've cloned GDataDB from github and import it to Unity3D which is based on Mono. It works fine except one. The problem is that a property which has '_'...
This may well be more trouble than it's worth and/or out of scope for the project, but I have a set of spreadsheets I need to pull data from and...
Currently the property names are used as column names. Allow attributes and other mapping mechanisms.