纯前端展示excel表格
fork from : https://github.com/sumile-ting/excel-preview.git
|
5 years ago | |
---|---|---|
css | 5 years ago | |
js | 5 years ago | |
.babelrc | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
gulpfile.js | 5 years ago | |
index.html | 5 years ago | |
package-lock.json | 6 years ago | |
package.json | 5 years ago |
jQuery excelPreview Plugin (https://github.com/sumile-ting/excel-preview)
选择一个excel文件,将所选得excel表格展示在页面上
Install excel-preview and dependencies
npm install excel-preview --save Include jquery and table2excel in your page
Using the plugin $("#yourExcelTable").excelPreview({});
index.html Contains a simple HTML file to demonstrate the plugin.
dist/ This is where the generated files are stored once gulp runs.
gulpfile.js Contains all automated tasks using fulp.
package.json Specify all dependencies loaded via Node.JS.
Check NPM for more details.
License MIT License