Read data from google docs spreadsheets
In my app I have to show the details of a google docs spreadsheet.
In this spreadsheet I have 2 sheets. Each sheet details I have to show in 2 different ac开发者_如何学运维tivities.
Can anyone help me out to implement this functionality. What all things are required for this? I found one jar named jxl.jar. Should I use that?
For:
programmatically access and manipulate user data stored with Google Documents
there is the Google Documents List API.
If you want to create/edit spreadsheets, you'll need to use the Google Spreadsheets API.
Both those APIs are part of the gData-API. The Java-client library s (.jar
-files which can be used with your Android Project) can be downloaded here.
精彩评论