I'm trying to read in data from .xlsx file and store the data in a list or preferably a dictionary in Python. I see there are many modules built for Python for interacting with .xlsx files like openpyxl, xlsxwriter, xlrd, xlwt, xlutiles, and they're all listed here: I'm trying to read in data from .xlsx file and