I am looking for a way to append data from a python program to an excel sheet. For this, I chose the Openpyxl library to save this data.
My problem is how to put new data in the excel file without losing the current data, in the last row of the sheet. I look into the documentation but I did not see any answer.
I do not know if this library has a method to add new data or I need to make a logic to this task.
Could someone help me? Thanks folks!