vue中html导出成word
摘要:
vue 中将 html 中内容转换为 word 文档导出,无需模板,可以导出 echarts 图表。 使用 html-docx-js、file-saver 。 先将html中内容获取,之后将页面上的元素转成图片,然后把图片放到word文件中进行导出。 参考链接:https://blog.csdn.n 阅读全文
posted @ 2024-06-05 17:13 七七2020 阅读(212) 评论(0) 推荐(0) 编辑