worksheet_ProcessingTimes=worksheets[1]#Define the worksheet with the Processing times data
worksheet_ScrapQuantity=worksheets[0]#Define the worksheet with the Scrap Quantity data
A=Import_Excel()#Call the Python object Import_Excel
A=ImportExceldata()#Call the Python object Import_Excel
ProcessingTimes=A.Input_data(worksheet_ProcessingTimes,workbook)#Create the Processing Times dictionary with keys the different stations in the line and values the processing times of different batches in these stations
ScrapQuantity=A.Input_data(worksheet_ScrapQuantity,workbook)#Create the Scrap Quantity dictionary with keys the different stations in the line and values the scrap quantity data of different batches in these stations