如何将 .csv 文件从 Google 文档导入到 javascript 中

发布于 2024-09-10 15:33:39 字数 1436 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

清泪尽 2024-09-17 15:33:40

不是 JavaScript 专家,但如果您想以 CSV 形式检索电子表格,您可以向以下网址发出 HTTP GET 请求:

https://spreadsheets.google.com/spreadsheet/pub?key=[your_doc_key]&output=csv

电子表格的密钥与您使用 Google 文档界面编辑电子表格时在网址中看到的相同。

Not a javascript expert but if you want to retrieve your spreadsheet in CSV form you can issue an HTTP GET request to the following url:

https://spreadsheets.google.com/spreadsheet/pub?key=[your_doc_key]&output=csv

The key of your spreadsheet is the same you can see in the url when you are editing it using Google docs interface.

一场春暖 2024-09-17 15:33:40

听起来您需要了解 JSONP 和 Google API

Sounds like you need to learn about JSONP and the Google APIs

白鸥掠海 2024-09-17 15:33:40

试试这个:jquery-csv 0.7(测试版)

https://code.google.com/p/ jquery-csv/

Try this: jquery-csv 0.7 (Beta)

https://code.google.com/p/jquery-csv/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文