Related questions
Read data in Excel column into Python list
I am using python xlwings to read a column of data in Excel 2013. Column A is populated with numbers. To import this column into a python list py_list, I have the following code;
import xlwings as xw
wb = xw.…