1.1.1 • Published 2 years ago

xlsx2handson v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

一个将XLSX文件转换为Handsontable配置的工具

可以做Excel导入或预览工具

如何使用

import { xlsx2handson } from 'xlsx2handson'
// excelFile可以是前端上传选择的文件,也可以是下载的文件流
xlsx2handson(excelFile).then(options=>{
    // options 是一个数组,每个 Sheet 对应一个
    hot.updateSettings(options[0])
})

可参考 dist/index.html

1.1.1

2 years ago

1.1.0

3 years ago

1.0.4444

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago