The Judgment conditions are not sufficient.
If the 'cell.DataType.Value' is null, the program will be throw the error of Object null reference. Burt the cell value just is empty in excel.
May you check and give some opinions? Thanks a lot.
By the looks of what you are saying this condition (GetCellValue Null Check) wasn't triggered due to the fact that cell.DataType.Value is null but cell.DataType isn't.
I say this because, if cell.DataType was indeed null it would enter that null check condition and return a value before reaching that cell.DataType.Value switch.
Hello!
I was wondering if you have an example of code of this library...about filters... if you want to filter an existing excel by a column (eg: "gender") then copy the sheet excel (with that column filtered).
Does this library have that function?
Thank u, Regards,