Read data from google docs spreadsheets

2020-06-17 06:16发布

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 activities.

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?

1条回答
手持菜刀,她持情操
2楼-- · 2020-06-17 06:45

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.

查看更多
登录 后发表回答