Closed jakub-gawryl closed 4 years ago
When i set hasHeader: false in options, first row is skipped in "onRecord" callback.
hasHeader: false
Example excel file:
Example result:
I'm using schema: const schema = [ {prop: "A"}, {prop: "B"}, {prop: "C"}, {prop: "D"} ];
const schema = [ {prop: "A"}, {prop: "B"}, {prop: "C"}, {prop: "D"} ];
Alright, I will look at this. Thanks for reporting back issues.
When i set
hasHeader: false
in options, first row is skipped in "onRecord" callback.Example excel file:
Example result:
I'm using schema:
const schema = [ {prop: "A"}, {prop: "B"}, {prop: "C"}, {prop: "D"} ];