(Full script and config will be provided on request.)
Text to Columns (Data tab) if ASC has concatenated "Teacher Name (Room)" into a single cell.with pd.ExcelWriter('Master_Timetable.xlsx', engine='openpyxl') as writer: df_clean.to_excel(writer, sheet_name='Raw_Data', index=False) asc timetables to excel
Save as .xlsx or .pdf for distribution.