Replies: 1 comment
-
|
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently it seems like if a column is defined in my POCO that doesn't exist in the excel file it fills it with default values, is there anyway to have it throw an error saying that the column is missing instead?
E.g
Current Test2 would be set to an empty string, would like to throw an error with something like:
Column2 missing from the fileBeta Was this translation helpful? Give feedback.
All reactions