Declaration
func ReadCSV(sheetName CsvID) List<List<object>>
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| SheetName | CsvID | Table name |
Return
| Type | Description |
|---|---|
| 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
| Name | Type | Description |
|---|---|---|
| SheetName | CsvID | Table name |
| Type | Description |
|---|---|
| ListT_ListT_Object | Table of Contents |