I\'m trying to open an excel .xlsx file with python but am unable to find a way to do it, I\'ve tried using pandas but it\'s wanting to use a library called NumPy I\'ve trie
Since I know other people will also be reading this -
You can install the following module (it's not there automatically) https://pypi.python.org/pypi/openpyxl
You can read the following to get a nice breakdown on how to use it
https://automatetheboringstuff.com/chapter12/