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 |