DiegoZoracKy / convert-excel-to-json

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

batching excel files #53

Closed devarcher closed 3 years ago

devarcher commented 3 years ago

This library looks like it will work perfectly to map a non-standard spreadsheet (rows an columns flipped) by using the range option!

Is it possible to make the sourceFile: 'SOME-EXCEL-FILE.xlsx', dynamic and push an entire folder of .xlsx files through rather than one at a time?

devarcher commented 3 years ago

figured it out ;)