python操作Excel

小程序员的修炼 / 2023-08-27 / 原文

安装依赖

用户目录下配置依赖下载源:
pip.ini

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn

安装依赖:

pip install openpyxl, pandas