Determine installed Microsoft Excel version using Apache POI
- by Marquinio
Good Day,
I need to determine which version of Microsoft Excel is installed on a Windows PC. I'm working with Apache POI but can't figure out an easy way to do this.
Anyone know if Apache POI has a built in functionality to do this? Any ideas how to do this using Java code?
Thanks in advance.