I'm importing an excel file into a DataTable, and then getting the information i need from each subsequent DataRow.
My problem is that when i access a DataRow, on this specific DataTable, some fields contain values, but everything else is just null
Please see attached file
Do you have any idea how can I fix this issue?