determine version of microsoft office with java

后端 未结 4 2154
灰色年华
灰色年华 2021-01-06 03:42

I wrote a program that creates a set of data that is outputted to an excel spreadsheet. I was originally using the jexcel library to write the data to the file, but I\'d lik

4条回答
  •  甜味超标
    2021-01-06 04:21

    You can search in the registry for the key:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths

    This will probably require some work, as evidenced by this question:

    read/write to Windows Registry using Java

提交回复
热议问题