1 Star 0 Fork 15

我好菜T.T/vxe-table-plugin-export-xlsx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.d.ts 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2020-03-22 21:33 . optimize
declare module 'xlsx' {
interface utils {
/* eslint-disable camelcase */
book_new(): any;
json_to_sheet(list: any[], options: any): any;
sheet_to_csv(Sheet: any): any;
book_append_sheet(book: any, sheet: any, sheetName?: string): any;
}
interface XLSXMethods {
utils: utils;
read(result: any, options: any): any;
write(book: any, options: any): any;
}
const XLSX: XLSXMethods
export default XLSX
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/eight_sheets/vxe-table-plugin-export-xlsx.git
git@gitee.com:eight_sheets/vxe-table-plugin-export-xlsx.git
eight_sheets
vxe-table-plugin-export-xlsx
vxe-table-plugin-export-xlsx
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385