I'm able to get the desired sheet by using wb["sheet_name"] method but I want to get the first, or let's say the nth sheet, regardless of the name.
wb = load_workbook(filename = xlsx_dir) # xlsx_dir is the workbook path
ws = wb["Details"] # Details is the sheet name