Docx-js
纯js实现的docx文件预览 在线地址
Usage
import Docx from 'docx-js'
Docx.docx2HTML(evt.target.files[0]).then(docx => {
docx.toHTML(document.getElementById('app'))
});
纯js实现的docx文件预览 在线地址
import Docx from 'docx-js'
Docx.docx2HTML(evt.target.files[0]).then(docx => {
docx.toHTML(document.getElementById('app'))
});
npm i docx-js
53
1.0.1
MIT
6.99 MB
39