Sorry for bothering you again. But now I have that issue. All green marked Cells are not fetched. Sample is attached
var excelMapper = new ExcelMapper(fullFilePath) {HeaderRow = false, SkipBlankRows = false};
var dynamicData = excelMapper.Fetch(sheetIndex: 0, (column, data) =>
{
return data;
});