Declaration func ReadCSVCellByName(sheetName CsvID, row int, columnName string) object go Parameters Input Name Type Description SheetName CsvID Table name Row Int The number of lines to read, starting from 1 ColumnName String The name of the column to read Return Type Description Object The contents of the specified cell of the table