getTableColumn
Get columns from a table.
Parameter
An object with the following keys:
| Key | Type | Description |
|---|---|---|
| name | string | Table name. |
| column | string or number | The column to return, specified by either the header, or the column index. |
| index | number | Optional first row index, where the first row has index zero. Default is zero. |
| count | number | Optional number of rows to return. Default is all rows. |
Returns
An array of cell values as strings. The cell from the header is not included.