Reputation: 6778
I want to creating a new Spreadsheet in my http://docs.google.com account, using the C#. It is possible to create a new spreadsheet.Please show some syntax or valuable information that help me to create spreadsheet.
Upvotes: 1
Views: 1211
Reputation: 15024
You have to use the Documents List API to create a new spreadsheet. The documentation has complete C# samples:
https://developers.google.com/google-apps/documents-list/#creating_or_uploading_spreadsheets
Upvotes: 2