String Methods with Excel
wkb = openpyxl.load_workbook("String_Methods.xlsx")
Newsh = wkb.create_sheet(index = 1, title = "LowerCase Sheet")
sh = wkb['Input']
String Methods - Lower case
String Methods - convert into capitalize case
String Methods - convert into Upper case
String Methods - convert into Title case
String Methods - convert into Swap case
String Methods - Isupper
String Methods - ISlower
String Methods - IStitle
String Method - Partition
String Method - Split
String Method - Replace