My program successfully creates and fills a Excel(.xls) file. Once created, I would like the new file to open in the system\'s default program (Excel in my case). How can I
The most simple and efficient way.
Desktop.getDesktop().open(new File("inputFilePath"));