This should be pretty straight forward, but I haven't been able to find anything in the documentation.
How can I open an excel workbook and clear all data on a specific sheet, and then write the data in a pandas DataFrame to A1 of that sheet?
Thanks!