json-xlsx:在 JSON 和 excel 文件之间转换

时间:2021-06-16 10:07:59
【文件属性】:
文件名称:json-xlsx:在 JSON 和 excel 文件之间转换
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-16 10:07:59
JavaScript 拉基 json-xlsx 转换器 在 json 和 xlsx 文件之间转换 只有第一个工作表被转换 单元格合并是为了视觉上的方便,但它们没有特殊意义 该模块是用于在其他项目中构建的一部分。 用法 xlsx -> json var JsonXlsxConverter = require('lackey-json-xlsx'), converter = new JsonXlsxConverter(); converter .readXlsxFile('/my-path/my-file.xlsx') .then(function (self) { data = self.convertToJson().json; console.log(data); // or do whatever you need with it }).f
【文件预览】:
json-xlsx-master
----.gitignore(127B)
----package.json(809B)
----Gruntfile.js(436B)
----LICENCE(11KB)
----README.md(1KB)
----lib()
--------index.js(10KB)
----tasks()
--------pkg.js(141B)
--------jslint.js(225B)
--------watch.js(242B)

网友评论