I am trying to learn Google Spreadsheet API. Any open source applications that are using this API would be great source to start learning it. I need suggestion on any such applications with code available online.
Asked
Active
Viewed 1,127 times
0
-
This may help: https://stackoverflow.com/questions/725627/accessing-google-spreadsheets-with-c-sharp-using-google-data-api – NoChance Feb 07 '21 at 18:21
1 Answers
2
The Google Spreadsheets Documentation pages have info about the general protocol, and Java example code that uses the Client Library.
For a C# example you may find this answer helpful.