this below python command works normally to open an excel file when using IDE
import os os.system('start excel.exe FILE.xlsx')
but after implementing on Jenkins CI, it did not give me any output! so, i would like to know how to launch excel.exe on Jenkins CI ?