I have tried all the methodologies from, how to convert xls to xlsx. However, none of them worked for me, probably because i am new to python and programming.
So i have come up with my own solution. Utilizing Win32com, i am able to move all the sheets from an xls file to an xlsx file. See my answer below.
I hope this will help other down the road.