按需复制 Google 电子表格
我创建了一个相当复杂的 Google 电子表格。我希望用户能够单击按钮或点击链接,并获取此电子表格的副本,他们可以在其中填写数据。我稍后会检查手动处理这些数据。
无论如何,我可以通过复杂的链接或一些Javascript,甚至可能使用服务器端语言(例如Python、Java)来做到这一点。
谢谢你,
I've created a pretty complex Google spreadsheet. I would like a user to be able to click a button or follow a link, and get a copy of this spreadsheet where they can fill in data. I would later check process this data manually.
Is there anyway I can do this via a complicated link, or some Javascript, or possibly even using a server side language (e.g. Python, Java).
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有多种选择:
You have a few options:
从客户端复制文档:
http://code. google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
使用 Java API,您似乎必须导出文档,然后上传它:
http://code.google.com/apis/documents/docs/3.0/developers_guide_java.html
Copying the document from the client side:
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs
Using the Java API, it would seem you'd have to export the document and then upload it:
http://code.google.com/apis/documents/docs/3.0/developers_guide_java.html