get_column

support.excel.get_column(ws, column_name)

Get the data as a list from a column identified by its name.

:param ws : worksheet

:param column_name : column name :type column_name : str

Returns

list of data