Commit 7652b370 authored by Heddi Heryadi's avatar Heddi Heryadi 💪

update example

parent 343e2a0f
var am_xlsx2json = require('../')
am_xlsx2json({
input: __dirname + '/testExcel.xlsx',
output: __dirname + '/testExcel.json'
input: __dirname + '/place-sample.xls',
output: __dirname + '/output.json'
}, function(err, result) {
if(err) {
console.error(err);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment