Declaración
func ReadCSVRow(sheetName CsvID, row int) List<object>
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
SheetName | CsvID | Table name |
Row | Int | The number of the line to read, starting from 1 |
Regresar
Tipo | Descripción |
---|---|
ListT_Object | Specifies the contents of a row in the table |