I’ve seen;
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,
Use GDataDB http://github.com/mausch/GDataDB
GDataDB provides a simple way to insert .net POCO entities in to a google spread sheet.