I have a .xlsx file, owning 1841 rows. Each row has 30 columns.Use openpyxl saving the whole info to a list.
def get_value(i,ws,article_row): value=ws.cell(
You can use xlwings. It's very fast and easy to use.