Answer the question
In order to leave comments, you need to log in
How to make headers the first line?
Hello! There is such a table with the following title:
With the help of the openpyxl module, I read this table, take what I need and put all the data in another table.
Also it would be desirable to transfer the same headings to that, other table. How to do it?
I write to the table in the usual way:
wbf = Workbook()
ws = wbf.active
for item in list_data:
ws.append([item])
wbf.save(file_name)
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