when i try os.system(\"open \" + \'myfile.xlsx\') i get the output \'0\'
os.system(\"open \" + \'myfile.xlsx\')
\'0\'
similarly, trying os.system(\"start excel.exe myfil
os.system(\"start excel.exe myfil
import os os.startfile(dirpath + '\\' + 'filename.xlsx')