1 安装 python 3.6.
2 进入 cmd ,pip install xlwings
3 安装是出了问题: 由于安装的时候 默认安装在 c:\program files\...中,这个路径路径中有空格,安装 xlwings是没有成功l
解决步骤: 重新安装python,安装在没有空格的路径中
4 import xlwings as wb 时候报错: No module named 'win32api'
Python是没有自带访问windows系统API的库的,需要下载。库的名称叫pywin32,
解决方案: pip install pypiwin32
三种方式让python 与 Excel 交互:
参加:http://docs.xlwings.org/en/stable/quickstart.html
第一种: 在python中操作Excel, 这种操作l时候,需要打开Excel ,打开这个xls文件,才能操作。
第二种: 在VBA中调用 python。(启用宏的Excel文件”(xlsm格式))
准备工作: To get access to the RunPython
function, you’ll need the xlwings addin (or VBA module), see Add-in.
xlwings addin install
.安装 addin 。注意重启动计算机
pip install mysql-connector-python --allow-external mysql-connector-python
os.mkdir()