Declaración
func ReadCSV(sheetName CsvID) List<List<object>>
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
SheetName | CsvID | Table name |
Regresar
Tipo | Descripción |
---|---|
ListT_ListT_Object | Table of Contents |
Read the contents of the entire table and return a two-dimensional array in row order
func ReadCSV(sheetName CsvID) List<List<object>>
go
Nombre | Tipo | Descripción |
---|---|---|
SheetName | CsvID | Table name |
Tipo | Descripción |
---|---|
ListT_ListT_Object | Table of Contents |