一、python用copy复制表格提示'module' object is not callable:将导入改为
from xlutils.copy import copy
二、打开excel报错:xlrd.biffh.XLRDError: Unsupported format
把文件另保存为
一、python用copy复制表格提示'module' object is not callable:将导入改为
from xlutils.copy import copy
二、打开excel报错:xlrd.biffh.XLRDError: Unsupported format
把文件另保存为