Read CSV Cell By Name

Read Table Content
Both Server and Client
Only PC

Read the content of a cell in a table by row number and column name

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