Please find the attached excel [colMD.zip (429.9 KB) ] and try to read the data using aspose cell’s below mentioned method.
DataTable table = excelWorkBook.Worksheets[0].Cells.ExportDataTable(0, 0, excelWorkBook.Worksheets[0].Cells.MaxDataRow + 1, excelWorkBook.Worksheets[0].Cells.MaxDataColumn + 1);
It gives an exception saying “The value of the cell A2 should not be a string value”
Please provide us a solution as soon as you can.
Regards,
Prathap