0

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.

Cannon
  • 2,725
  • 10
  • 45
  • 86
  • 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 Answers1

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.

Community
  • 1
  • 1
NoBugs
  • 9,310
  • 13
  • 80
  • 146