1.0.4 • Published 3 years ago

cre-table2excel v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

cre-table2excel 表格数据转为Excel并下载到本地

Install

npm i cre-table2excel
# or
yarn add cre-table2excel

Usage

import { table2excel } from 'cre-table2excel'

/**
 * 表格数据转为Excel并下载到本地
 * @param {Object} theadData 表头信息
 * @param {Object} tbodyData 表格数据
 * @param {Object} tfootData 表尾信息
 * @param {String} dataname 下载文件名
 */
table2excel(theadData, tbodyData, tfootData, dataname)
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago