按需复制 Google 电子表格

发布于 2024-09-08 13:02:33 字数 172 浏览 6 评论 0原文

我创建了一个相当复杂的 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 技术交流群。

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

发布评论

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

评论(2

守望孤独 2024-09-15 13:02:33

您有多种选择:

  • 您可以通过电子邮件向他们发送一份表单并填写 Google 表单,答案会汇总回您的电子表格中。
  • 使用 docs API 复制文档
  • 使用 Google Apps 脚本自动执行该过程(本质上是 JavaScript)。

You have a few options:

  • Rather than force a user to create a spreadsheet that you verify, you can email them a form to fill out with Google forms, and the answers get aggregated back on your spreadsheet.
  • Use the docs API to copy documents.
  • Use Google Apps Script to automate the process (it's essentially javascript).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文