free-read-excel
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

free-read-excel

方便的去读取excel文件

example

// 第二个参数是字段的映射,只有出现手动映射了的数据才会出现在res中
const res = await rendExcel<{name: string, id: number}>(file, {'姓名': 'name', '编号': 'id'})

Readme

Keywords

none

Package Sidebar

Install

npm i free-read-excel

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

8.86 kB

Total Files

10

Last publish

Collaborators

  • hahazml