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