public string GetValueByIndex(int index) { ExcelNode cell = GetListExcelNode()[index]; return(cell.GetExcelNodeReadModule(_outputType).GetString()); }
public string GetKeyByIndex(int index) { ExcelNode cell = _keyRowNode.GetListExcelNode()[index]; return(cell.GetExcelNodeReadModule(_outputType).GetString()); }