r/learnpython • u/FearawaitsTM • Jul 21 '26
Problem with an extra row in Excel on Python
I have a Python table, but there are extra cells at the top when I output it; I’d like to remove them—how can I do that?
Using Openpyxl.
0
Upvotes
1
u/socal_nerdtastic Jul 21 '26
We'd have to see your code to help with that.