Reputation: 373
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
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
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