Exporting a multiindex pandas dataframe leaves a blank row due to indexing. The option should exist to allow for no blank row. This problem can be "solved" by resetting the index and then exporting.
For this purpose, the pandas library provides the DataFrame method to_excel(). The following instruction creates a worksheet in the Demo1.xlsx workbook with the name Turnover 2nd quarter 2023 and ...