纯前端展示excel表格
fork from : https://github.com/sumile-ting/excel-preview.git

sumile 5d5f3c824e Update README.md %!s(int64=5) %!d(string=hai) anos
css 17227a7989 插件化和gulp打包 %!s(int64=5) %!d(string=hai) anos
js 17227a7989 插件化和gulp打包 %!s(int64=5) %!d(string=hai) anos
.babelrc 17227a7989 插件化和gulp打包 %!s(int64=5) %!d(string=hai) anos
.gitignore 17227a7989 插件化和gulp打包 %!s(int64=5) %!d(string=hai) anos
README.md 5d5f3c824e Update README.md %!s(int64=5) %!d(string=hai) anos
gulpfile.js 17227a7989 插件化和gulp打包 %!s(int64=5) %!d(string=hai) anos
index.html 17227a7989 插件化和gulp打包 %!s(int64=5) %!d(string=hai) anos
package-lock.json 84e46693f2 初始化项目 %!s(int64=6) %!d(string=hai) anos
package.json b96d0cd5e7 修改readme %!s(int64=5) %!d(string=hai) anos

README.md

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

<input type="file" name="file">
<div id="yourExcelTable"></div>
$("#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