@chuidylan/xls2json

0.0.1 • Public • Published

XLS2JSON

Copy from https://www.npmjs.com/package/xls2json

个人专用版本

Install

npm install @chuidylan/xls2json --save

const xls2json = require('@chuidylan/xls2json')

Library Usage

var xls2json = require('xls2json');

xls2json.convertFile(infile,outpath,function(err,result, data){
	if (err){
		// there was an error
	}else{
		// it's all good
	}

	// 回调函数增加json数据输出
	// 移除数据写入文件功能
});

/@chuidylan/xls2json/

    Package Sidebar

    Install

    npm i @chuidylan/xls2json

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    59.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • chuidylan