read-excel-file
read-excel-file copied to clipboard
Error reporting on row number
Thanks for the program, its great and i am trying to include in my angular project
Seem to have to problem, i loaded an excel file with 400+ rows, in my schema i add email validation which works fine, it reporting the email is invalid but the row # reported in the error object is not correct. for example it said on row 227 invalid email, i check the excel on row 227 and there is not such email address, but i did find in row 234. Another email error reported by error object tells row 255 but in excel its in row 262, so its way off.
What seem the problem? I appreciate your help.