I figured out there is a way to open a file in Excel using Java but I can´t figure out how. The path of Excel should be variable because the programm should run on different computers.
Can you give me advice how to manage this problem ?
This was my try:
Process p = Runtime.getRuntime().exec(System.getenv(\"windir\") +\"\\\\system32\\\\excel.exe\");