Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
不是 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:
The key of your spreadsheet is the same you can see in the url when you are editing it using Google docs interface.
听起来您需要了解 JSONP 和 Google API
Sounds like you need to learn about JSONP and the Google APIs
试试这个: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/
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
不是 JavaScript 专家,但如果您想以 CSV 形式检索电子表格,您可以向以下网址发出 HTTP GET 请求:
电子表格的密钥与您使用 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:
The key of your spreadsheet is the same you can see in the url when you are editing it using Google docs interface.
听起来您需要了解 JSONP 和 Google API
Sounds like you need to learn about JSONP and the Google APIs
试试这个: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/