When import from file for nullable value types like DateTime? and int?, if the value from Excel file cannot be converted to the target type, no error reported, just set null to the object.
The expected result is to report errors or use setting to control whether or not report error for specific column/ property.
When import from file for nullable value types like DateTime? and int?, if the value from Excel file cannot be converted to the target type, no error reported, just set null to the object.
The expected result is to report errors or use setting to control whether or not report error for specific column/ property.