example in luart is Word, which works.
but Excel not work.
after Quit(), it still visible in Task Manager
► excel = sys.COM("Excel.Application")
► excel:Quit()
even if I visualize it and close it by mouse, it still visible in Task Manager
excel.visible=true
-- close it by mouse click cross at right top corner
normally if I open Excel and then click cross at right top corner to close it , it quickly disappear from Task Manager