public Cell GetCell(string fieldName) { SheetColumn column = Columns[fieldName]; return(_sheet.Cells[AbsoluteIndex, column.AbsoluteIndex]); }