标签: python excel passwords
我的python代码现在看起来像这样:
import os import xlrd import xlwt os.chdir("path") wb = xlwt.Workbook() ws = wb.add_sheet('sheet')