由于ExcelLibrary不支持python3,因此需要对原有的excellibrary进行编辑,具体过程见链接地址:
https://blog.csdn.net/guothree2003/article/details/102792565
下载相关依赖库:
pip install xlrd
pip install xlwt
pip install xlutils
pip install natsort
然后导入:ExcelLibrary
地址:https://blog.csdn.net/weixin_41357300/article/details/99413664