DiegoZoracKy / convert-excel-to-json

Convert Excel to JSON, mapping sheet columns to object keys.
MIT License
287 stars 91 forks source link

add missing 'fs' dependency to the examples in README.md #29

Closed burib closed 5 years ago

burib commented 5 years ago

because 'fs' was not required fs.readFileSync was throwing an error

DiegoZoracKy commented 5 years ago

Good catch @burib. Thanks!