tools for nodejs,include(excel read to json, further increase)
1 npm install xlsx
2 code
var excel = require('./OpExcel')
var config = require('./config');
var json ={};
excel.initial(config);
excel.readToJson();
json = excel.json;
3 description
json variable:read excel to json format
config file:fileName - the excel file name
sheetName - the sheet name