Jack Yang
Jack Yang
thumbup
@qiandongyq got same issue here, stopped at `addImage` and no errors
@kristianmandrup thanks for your opinion, will do it, and will get rid of jquery dependency as well
how do you use it in your code, please show me more details
@golimarrrr didn't test in these envs, it should work
@ikretinin This is an issue related to exceljs using in client side, please go to check the solution in the [link](https://github.com/exceljs/exceljs/issues/299#issuecomment-382425619)
@niqingyang 你在导出多大的 table 时遇到了假死的问题?能提供个可重现的 online demo 吗?
请提供你的使用方式,和 exceljs 的版本还有你的 Excel 版本。 这里基本就是 exceljs 版本和你的 Excel 版本之间不匹配导致的
@a1006711664 plugins 参数是数组,默认情况下使用字段的全部 [plugin](https://github.com/JackGit/table2excel.js/tree/master/src/plugins),里面有负责宽度等一些基础样式的转换。如果你想在“原来”的基础之上添加自己的转换逻辑,需要把内部的插件也都带上: ```js plugins: [ Table2Excel.plugins.fontPlugin, Table2Excel.plugins.fillPlugin, Table2Excel.plugins.formPlugin, Table2Excel.plugins.alignmentPlugin, Table2Excel.plugins.hyperlinkPlugin, Table2Excel.plugins.autoWidthPlugin, yourPlugin ] ``` 另外合并单元格边框的问题,需要自己熟知 exceljs api,看如何进行正确的设置。
问题请描述的详细点