I have a Python GUI where I convert a .txt file to a .xlsx file. If any values are out of norm, then the script reformats those cells by highlighting the background and then I save the .xlsx file. When completed, I want to open the .xlsx file for the actual GUI user to be able to see and correct the highlighted cells.
Something like...
pandas.read_excel('foo.xlsx')
but literally opens the Excel application