摘要: 仓库地址:excel2json 目录结构 第一步:安装exceljs npm i -S exceljs 第二步:编写excel2json脚本 const fs = require('fs') const Excel = require('exceljs'); //输入 src dst:json目录下 阅读全文
posted @ 2020-08-01 11:09 mingL 阅读(2979) 评论(1) 推荐(0) 编辑
摘要: 仓库地址:json2excel 目录结构 第一步:安装exceljs npm i -S exceljs 第二步:编写excel2json脚本 const fs = require('fs') const Excel = require('exceljs'); //输入 src dst:json目录下 阅读全文
posted @ 2020-08-01 00:45 mingL 阅读(3286) 评论(0) 推荐(0) 编辑