HTML5 前端将 dom 元素转化为 Word,EXCEL 或者图片 并实现下载
- html转换为word文件 jquery.wordexport.js
该插件依赖于jQuery和[FileSaver.js](https://github.com/eligrey/FileSaver.js/),需要在页面中引入这些文件。
`<``script` `type``=``"text/javascript"` `src``=``"js/jquery.min.js"``></``script``>`
`<``script` `type``=``"text/javascript"` `src``=``"js/FileSaver.js"``></``script``>`
`<``script` `type``=``"text/javascript"` `src``=``"js/jquery.wordexport.js"``></``script``>`
http://www.htmleaf.com/jQuery/jquery-tools/201608263917.html
网友评论