foz1284
foz1284

Reputation: 373

is it possible to use c# with google spreadsheets api version 3 - specifically to use the table and record functions?

I need to access a table that has been created by a java program on android but cannot find any .net documentation and the Java examples do not seem to match up to the libraries I have, is it possible?

thanks,

Mark

Upvotes: 0

Views: 158

Answers (2)

Claudio Cherubino
Claudio Cherubino

Reputation: 15024

The documentation for the Spreadsheets API has been updated and includes complete samples for C#:

https://developers.google.com/google-apps/spreadsheets/

Upvotes: 1

Derek
Derek

Reputation: 166

I am unsure of your programming language requirements for what you are building, but if your open to using java to do this, Apache Poi (the Java API for Microsoft Documents) MIGHT help you accomplish this. Apache Poi

Upvotes: 0

Related Questions