0

我在应用程序中使用 Angular 8 并在表中使用 Jexcel 3.9 插件,我是 jexcel 插件的新手并希望将 jexcel 表导出到 .csv 和 .xls

我正在获取要导入应用程序的材料,但找不到有关如何导出 jexcel 表的信息。

我尝试关注但它无法以某种方式工作

jexcel(document.getElementById('tbl_id')).download();

参考:https ://bossanova.uk/jexcel/v2/docs/quick-reference

任何帮助表示赞赏。提前致谢

4

1 回答 1

0

正确的做法:document.getElementById('tbl_id').jexcel.download();

最新版本中的选项: https ://jspreadsheet.com/v7/examples/exporting-to-xls

于 2020-08-14T23:26:03.490 回答