Answer the question
In order to leave comments, you need to log in
Why doesn't openpyxl open the generated file?
Hello.
I'm trying to create a file, everything works without errors, but the created file does not open. Libre Office only creates the .~lock.test.xlsx# file and closes immediately.
from openpyxl import Workbook
wb = Workbook()
ws = wb.active
ws['A4'] = 4
wb.save(filename='test.xlsx')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question