Read CSV Cell By Name

Read Table Content
Tanto lado del cliente como del usuario
Solo en PC

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

Declaración

func ReadCSVCellByName(sheetName CsvID, row int, columnName string) object
go

Parámetros

Entrada

Nombre Tipo Descripción
SheetName CsvID Table name
Row Int The number of lines to read, starting from 1
ColumnName String The name of the column to read

Regresar

Tipo Descripción
Object The contents of the specified cell of the table