Closed devarcher closed 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?
sourceFile: 'SOME-EXCEL-FILE.xlsx',
figured it out ;)
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?