python使用easy_install安装支持excel2007操作的openpyxl

来源:互联网 发布:mysql启动报1067错误 编辑:程序博客网 时间:2024/06/01 07:51

首先不了解easy_install的可以参考百度百科http://baike.baidu.com/view/4087352.htm

然后到http://pypi.python.org/pypi/setuptools#files找到跟自己系统以及python版本相符合的setuptools进行下载



本文选的最后一个版本。然后运行安装即可。

此处需要注意的是,环境变量中我们需要引C:\Python27\Scripts。

然后cmd打开windows命令行,输入easy_install openpyxl即可

参考阅读:http://blog.solrex.org/articles/python-excel-lib.html

http://zhiqiang.org/blog/it/sql-query-from-multi-excel-data.html

openpyxl操作office的使用http://blog.csdn.net/hxsyewlink/article/details/6265790

原创粉丝点击