# file_path = 'Excel-Split.xlsx' # Replace 'input_file.xlsx' with your Excel file path df = pd.read_excel(excel_path) # Identify unique values in the column for splitting # excel_column = 'Branch' # ...
excel_file_path = r'C:\Users\unive\dev\vba_labo\a.xlsm' # excel_file_path = r'C:\Users\unive\dev\vba_labo\not_found.xlsm' # excel_file_path = r'C:\Users\unive\dev\vba ...