python经常用于对excel文件进行读写操作。 python读excel,需要用到xlrd库。 python写excel,需要用到xlwt库。 这两个库都是可以通过python IDE直接进行安装。以下假设python版本是3.X版本。 pip3 install xlrd Pip3 install xlwt 来源:CSDN作者:hill340链接:https://blog.csdn.net/hill340/article/details/103746200 标签 xlrd python 编程语言