worksheet

Get first empty row of sheet in Excel file with Python

Get first empty row of sheet in Excel file with Python Question: I need to find the first empty row in an Excel file, i am currently using Openpyxl with Python. I couldn’t find any method that does what i need so i am trying to make my own. This is my code: book = …

Total answers: 3