如何在IronPython中安装openpyxl

时间:2012-04-02 17:16:12

标签: ironpython openpyxl

我尝试使用setup.py安装openpyxl,而后者又使用setuptools。不幸的是,无法在IronPython中安装setuptools,我想知道还有其他选择。

1 个答案:

答案 0 :(得分:0)

您可以直接从https://bitbucket.org/openpyxl/openpyxl/src/default/下载它,并将其包含在您的python路径中。