【发布时间】:2014-07-23 07:55:45
【问题描述】:
按照以下说明,Datatables 导出功能在 localhost 中完美运行,但在 Google Apps 脚本中却没有。
DataTables TableTools buttons not working correctly (simple example)
- 我将 swf 文件托管在 google drive 中 --> 但不是 SWF 文件未在 gdrive 中打开。
-
使用驱动链接,设置swf路径
例如: "sSwfPath":"https://googledrive.com/host/0B_qZnIMaDGX_UFZza0JrNHpRNlE/swf/copy_csv_xls_pdf.swf"
在闪存设置中添加了该驱动器链接
我在下面的链接中更新了我的脚本 http://live.datatables.net/royodij/10/edit
5.当我单击驱动器链接时,它没有显示任何内容。我需要打开这个文件。因为我的 google 应用程序脚本在我的 Google Site for DATATABLES 中使用此文件将数据表导出为 pdf、xls。
谁能帮我解决一下:
- 在 Google Apps 脚本中从 Datatable 导出 pdf、csv、excel
- 在 google drive 中打开 swf 文件
【问题讨论】:
-
我查看了上面的链接得到同样的问题。我试用了使用 HTML 5 的jsfiddle.net/3F8ZJ,它可以在 HTML 4 中工作吗?我需要在 GAS 脚本中运行,请向我推荐其他解决方案?
标签: jquery html google-apps-script datatables