Hello,
I’m trying to utilize the trial version to see if it can be used in Electron for client side processing of excel files. Does anyone have any experience with that, know if it’s possible, or have an example?
When trying to require the aspose.cells index.js in my Electron main it errors out saying that it cannot find module ‘java’.
I’ve tried to do npm install java, but it fails with java.obj : error LNK2001: unresolved external symbol __imp_JNI_CreateJavaVM… - I’ve tried installing both the 32 and 64 bit versions of the JDK without success.
I realize this is an issue with the node-java package and not aspose, but figured I’d ask.
Any help would be appreciated. Thanks!