catamphetamine / read-excel-file

Read *.xlsx files in a browser or Node.js. Parse to JSON with a strict schema.
https://catamphetamine.gitlab.io/read-excel-file/
MIT License
301 stars 52 forks source link

Pass rowIndex as well in validate function #42

Closed zahidraza closed 5 years ago

zahidraza commented 5 years ago

rowIndex should also be passed to validate function, so that we can indicate the specific row in which error occurred.

zahidraza commented 5 years ago

Actually error already includes row and column info.