1.安装xlrd、xlwt、xlutils
https://pypi.org/project/xlutils/
pip安装:
cmd下输入:
pip install xlrd #读取excle
1
pip install xlwt #写入excle
1
import xlrd
from xlutils.copy import copy
wd.release_resources()
1.安装xlrd、xlwt、xlutils
https://pypi.org/project/xlutils/
pip安装:
cmd下输入:
pip install xlrd #读取excle
1
pip install xlwt #写入excle
1
import xlrd
from xlutils.copy import copy
wd.release_resources()