How can I create a google-spreadsheet using C#
- by Kev
I've installed the latest Google Data API for .Net.
But I cannot figure out how to create a spreadsheet using C# code.
It's not included in the sample programs.
I've tried this:
SpreadsheetsService ss = new SpreadsheetsService("Spreadsheet Example");
ss.setUserCredentials("username@gmail.com", "password");
SpreadsheetEntry se = new…