π Merged EXCEL SHEETS A Python script to merge multiple sheets from an Excel file into a single CSV file. Overview The script: Loads an Excel file containing multiple sheets. Reads and combines all sheets into a single DataFrame. Saves the final merged dataset as a CSV file.