Declaration
func ReadCSVColumn(sheetName CsvID, column int) List<object>
go
Parameters
Input
Name | Type | Description |
---|---|---|
SheetName | CsvID | Table name |
Column | Int | The number of the column to read, starting from 1 |
Return
Type | Description |
---|---|
ListT_Object | Specifies the contents of a column in the table |