0.0.6 • Published 5 years ago

ac-excel-reader v0.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

前端解析 Excel文件 AcExcelReader

如何使用

npm install ac-excel-reader --save
// 文本编辑器组件,内容展示组件, 导出pdf组件,word组件
import AcExcelReader from 'ac-excel-reader';

API

参数类型默认值说明
acceptstring.xlsx,.xls,.csv支持解析文件类型
colKeyHashobject{}列名 hash 转换
getJsonfunc-将文件解析成json
getArrayfunc-将文件解析成数组
dateFormatstringyyyy-MM-dd日期类型格式化
onAllowUploadfunc-上传前验证 return true(允许上传)或者false(不允许上传)

注意事项

暂无

更新日志

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago