I have a CSV file and want to Write data from CSV file to XLS file. But here is the tricky part, a new CSV file gets generated after few seconds and again I need to write the CSV data into the same Excel file that has been already generated, but now the new data will be added into new row.
This is not an homework Assignment, I have a Machine Which is generating a new csv file after few seconds. And I want my Excel sheet to be updated with the new file CSV data.
I am looking for solution or partial solution in python.
Thank you