问题
I was trying to install openpyxl using the setup.py which in turn uses setuptools. Unfortunately, setuptools cannot be installed within IronPython and I would like to know what other options exist.
回答1:
You can download it directly from: https://bitbucket.org/openpyxl/openpyxl/src/default/ and include it on your python path.
来源:https://stackoverflow.com/questions/9980785/how-to-install-openpyxl-within-ironpython