export-table-excel
v1.0.0
Published
a function for export the table to excel
Readme
export-table-excel
install
npm install export-table-excel --save
use
webpack/es6
import xxx from 'export-table-excel'; window.location.href = xxx(表格的id,工作表名称);AMD
var xxx = require('export-table-excel'); window.location.href = xxx(表格的id,工作表名称);
