So im importing an excel doc using ‘excel data reader’ in my asp.net project,
if one of the columns are empty it throws an error
else
{
System.Windows.Forms.MessageBox.Show("UOM column is empty at row");
}
how would I go about giving the exact column that is empty eg. ‘row 77’
If you are using this link
https://gist.github.com/924413/29bd3d648e5a3432387327e64cf1b93a0800bcf4
to read excel file then
then
iis the row andjis the column.