r/learnpython • u/FearawaitsTM • 2d ago
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 2d ago
We'd have to see your code to help with that.