Import and use POI Java

You won’t be able to do that, ClassLoaders delegate to parent first, you’re always going to load the older, provided version instead.

You might be able to replace the JARs included with Ignition but there’s no guarantee it won’t break something.