Hi,
I've seen; http://stackoverflow.com/questions/725627/accessing-google-spreadsheets-with-c-using-google-data-api
and
http://code.google.com/apis/spreadsheets/data/2.0/developers_guide_dotnet.html#CreatingRows
However i'm still having trouble inserting a new row in to an existing google spread sheet. Does anyone have a canned example which inserts a List<string>
for example in to new row in a spreadsheet workbook.
Many thanks,