Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cnv-excel-to-json

liqing206010ISC1.0.0

A tool converting excel file into json file.

excel, json

readme

excel-to-json

使用Node.js开发的Excel文件转Json文件工具。

使用方法:
1.安装node
2.打开终端,cd到当前目录;
3.首次运行时执行npm install命令安装依赖;
4.执行node index.js命令,首次运行时需要根据提示设置输入的excel文件目录和输出的json文件目录(也可直接修改config.json文件)。