是否可以使用Openpyxl打开并写入受密码保护的.XLSX文件?
可能是另一个参数添加到load_workbook()方法?
wb = load_workbook(filename = 'Test.xlsx')
干杯,
答案 0 :(得分:5)
According to the Can I open password-protected excel files or not? and Open password protected workbook, opening password-protected excel files with openpyxl is not supported.