阅读从谷歌文档US preadsheets数据文档、数据、US、preadsheets

2023-09-06 02:47:44 作者:惹不起就滚

在我的应用程序我必须表明的谷歌文档US preadsheet的细节。

In my app I have to show the details of a google docs spreadsheet.

在这个S preadsheet我有2张。每个工作表的细节我有2个不同的活动,展示。

In this spreadsheet I have 2 sheets. Each sheet details I have to show in 2 different activities.

谁能帮我实现这个功能。需要什么样的事情都为这个?我发现了一个名为jxl.jar的一个​​jar文件。我应该使用?

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?

推荐答案

有关:

编程方式访问和操作存储与谷歌的用户数据   文件

programmatically access and manipulate user data stored with Google Documents

还有就是谷歌文档列表API 。

如果你想创建/编辑小号preadsheets,你需要使用的谷歌小号preadsheets API 。

If you want to create/edit spreadsheets, you'll need to use the Google Spreadsheets API.

这两种这些API是GData的-API的一部分。在Java的客户端库秒(的.jar -files的)可下载的这里。

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.