作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何制作将电子表格作为 Excel 文件附加并通过电子邮件发送到某个电子邮件地址的应用程序脚本?
Stackoverflow 上有一些关于如何执行此操作的较旧帖子,但是它们现在似乎已经过时并且似乎不起作用。
谢谢你。
最佳答案
看起来@Christiaan Westerbeek 的回答是正确的,但距离他的帖子已经一年了,我认为需要对他上面给出的脚本进行一些修改。
var url = file.exportLinks[MimeType.MICROSOFT_EXCEL];
exportLinks
现在已经贬值。当我执行他的代码时,它给出了以下效果的错误:
TypeError: Cannot read property "
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
" from undefined.
File> Download as > Microsoft Excel (.xlsx)
获得的 xlsx 文件。
https://docs.google.com/spreadsheets/d/<<<ID>>>/export?format=xlsx&id=<<<ID>>>
where <<>> should be replaced by the ID of your file.
关于google-apps-script - Google 应用程序脚本 : email a spreadsheet as excel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31809987/
我是一名优秀的程序员,十分优秀!