I am a .NET programmer working with a Java Spring Boot project to create a REST API. I need to do some COM interop with an Excel spreadsheet from within the Spring Boot application.
How do I go about doing that?
I know the code to write. I just don't know the tools. Specifically, what jar files do I need to reference? Where do I get them from?