Read CSV Column

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

Read the contents of a column in a table and return an array

Declaración

func ReadCSVColumn(sheetName CsvID, column int) List<object>
go

Parámetros

Entrada

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

Regresar

Tipo Descripción
ListT_Object Specifies the contents of a column in the table