通过 Google 文档或电子表格 API 将新工作表添加到 Google 电子表格
我正在开发一个项目,从 Drupal MySQL 数据库中提取大量信息并将其放入 Google 电子表格中。我的问题是它有很多数据,我更愿意将它们全部放在一个电子表格中,按工作表对所有内容进行排序。
无论如何,我没有看到将工作表添加到电子表格中,也没有在现有工作表之间导航。有人知道如何做到这一点吗?我想用 PHP 实现这一点,如果不行的话,用 Python 实现。
谢谢你的帮助,
--斯科特
I'm working on a project where I'm pulling a bunch of information out of a Drupal MySQL database and putting it in a Google Spreadsheet. My problem is that its a lot of data, and I'd prefer to put it all in one spreadsheet, sorting everything by sheet.
I'm not seeing anyway to add a sheet to a spreadsheet nor navigate between existing sheets. Anyone have any idea how to do this? I'd like to this in PHP, and if that doesn't work, Python.
Thanks for your help,
--Scott
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能有帮助
http://code.google.com/apis/spreadsheets/data /3.0/developers_guide.html#CreatingWorksheets
不过它是针对 Protocol/Java 的。
This may help
http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#CreatingWorksheets
It's for Protocol/Java though.
干得好:
https://developers.google.com/apps-script/class_spreadsheet#insertSheet
我猜,您首先偶然发现了一个非常相似的 URL:
https://developers.google.com/apps-script/class_spreadsheetapp#create
Here you go:
https://developers.google.com/apps-script/class_spreadsheet#insertSheet
I guess, you first stumbled along a very similar URL:
https://developers.google.com/apps-script/class_spreadsheetapp#create