我如何才能使用Javascript访问Google表格电子表格? [英] How can I access Google Sheet spreadsheets only with Javascript?

查看:96
本文介绍了我如何才能使用Javascript访问Google表格电子表格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用JavaScript Only访问Google Spreadsheets。 (没有.NET C#,Java)



我来了 here ,并且知道JavaScript
无法访问Google Spreadsheet,所以非常震惊。



请告诉我如何使用JavaScript或其任何框架(如jQuery等)访问(CREATE / EDIT / DELETE)Google Spreadsheets。

解决方案

I已经创建了一个简单的JavaScript库,通过JSON API检索Google电子表格数据(如果它们已发布):

https://github.com/mikeymckay/google-spreadsheet-javascript



您可以在这里看到它的行动:



http://mikeymckay.github.com/google-spreadsheet-javascript/sample.html


I want to access Google Spreadsheets using JavaScript Only. ( no .NET C#, Java )

I came here and was shock to know that there is NO api for JavaScript for accessing Google Spreadsheet.

Please tell me how to access(CREATE/EDIT/DELETE) Google Spreadsheets using JavaScript or any of its frameworks like jQuery,etc or so.

解决方案

I have created a simple javascript library that retrieves google spreadsheet data (if they are published) via the JSON api:

https://github.com/mikeymckay/google-spreadsheet-javascript

You can see it in action here:

http://mikeymckay.github.com/google-spreadsheet-javascript/sample.html

这篇关于我如何才能使用Javascript访问Google表格电子表格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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