laravel excel row validation with multiple sheet is not capturing validation errors (failures) #3549
-
i am using laravel excel to import excel and using
and my
now the problem is that laravel excel is not gathering the failures though i can see the validation fails with the
i have placed a
which with multiple sheets i dont think i can use import like above . |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
the point is that with the same code and without |
Beta Was this translation helpful? Give feedback.
-
Best to provide a failing unit test with an easy to reproduce scenario here: https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/tests/Concerns/SkipsOnFailureTest.php Will make it easier to look into it |
Beta Was this translation helpful? Give feedback.
Best to provide a failing unit test with an easy to reproduce scenario here: https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/tests/Concerns/SkipsOnFailureTest.php Will make it easier to look into it