[Python] PermissionError: [Errno 13] Permission denied:'xxx.xlsx' problem solved

Reason for error: xlsx file resources are occupied, that is, the excel file is open, and the write operation needs to close the file.

Solution: Close the excel file and run it again.

Guess you like

Origin blog.csdn.net/weixin_44566432/article/details/107843692