In my Windows installation of neo4j I suddenly have problems with using APOC procedures
call apoc.load.xls('file:///export.xlsx','Sheet1')
Causes
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure apoc.load.xls
: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.util.IOUtils
Sometimes it is missing org.apache....log4j..
I did install a Java runtime in windows to try Apache Hop, but removed it again. Not sure if this is related.
How do I resolve this error? Thank in advance!
Regards, Bent