I am getting the above error when trying to create a new workbook with the following commands:
import xlwt
workbook = xlwt.Workbook()
workbook.save(‘my_file.xls’)
I am new to Python and following a guide but I can’t find what this error means
I am getting the above error when trying to create a new workbook with the following commands:
import xlwt
workbook = xlwt.Workbook()
workbook.save(‘my_file.xls’)
I am new to Python and following a guide but I can’t find what this error means