shamim
shamim

Reputation: 6778

Need help to Create new Google Spreadsheet

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

Answers (1)

Claudio Cherubino
Claudio Cherubino

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

Related Questions