1.0.100 • Published 10 months ago

emacroh5lib-j v1.0.100

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

安装

npm i emacroh5lib --registry https://registry.npmjs.org/

读取excel表格数据

EMacro.File.readLocalExcel((file, workbook) => {
    console.log("file", file);
    console.log("workbook", workbook);
    console.log("数据", workbook.Sheets["工作表1"]["G32"]);
});