在Google Docs上阅读Excel表格 [英] Reading Excel sheet on Google Docs

查看:121
本文介绍了在Google Docs上阅读Excel表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

要导出报告,我需要从Google文档中提供的Excel工作表中获取/读取数据。任何人都可以帮我看看使用C#.net的Google Docs上的excel表格,或者请让我知道这些程序吗?



提前致谢。

To export a report, i need to fetch /read the data from excel sheet which is available on Google docs. Can any one please help me to read the excel sheet on Google Docs using C#.net or please let me know the procedures?

Thanks in advance.

推荐答案

此处提到了所有需要的详细信息: Google Spreadsheets API 3.0版 [ ^ ]



您需要使用 .NET客户端库 [ ^ ]。



步骤:

1.认证

2.获取电子表格列表

3.对于特定电子表格,获取所有工作表

4.根据工作表获取单元格级数据。



试用。
All the needed details are mentioned here: Google Spreadsheets API version 3.0[^]

You need to use .NET Client library[^].

Steps:
1. Authenticate
2. Get list of spreadsheets
3. For specific spreadsheet, get all worksheets
4. Get cell level data based on worksheet.

Try out.


这篇关于在Google Docs上阅读Excel表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆