Hello,
we just updated some of our system dependencies, specifically we went from POI 3.17 to POI 4 and the Excel export function is now broken.
We have the stacktrace you can see below.
Is support for POI 4 in your roadmap?
And if so, what is the timeline for it.
Thank you :)
we just updated some of our system dependencies, specifically we went from POI 3.17 to POI 4 and the Excel export function is now broken.
We have the stacktrace you can see below.
Is support for POI 4 in your roadmap?
And if so, what is the timeline for it.
Thank you :)
"java.lang.NoSuchMethodError: org.apache.poi.ss.usermodel.Row.createCell(II)Lorg/apache/poi/ss/usermodel/Cell;"
" at com.isomorphic.rpc.ExcelDataExport.getExportObject(ExcelDataExport.java:757)"
" at com.isomorphic.rpc.DataExport.exportResultSet(DataExport.java:654)"
" at com.isomorphic.rpc.DataExport.exportResultSet(DataExport.java:453)"
" at com.isomorphic.rpc.BuiltinRPC.downloadClientExport(BuiltinRPC.java:1243)"
" at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)"
" at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)"
" at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)"
" at java.lang.reflect.Method.invoke(Method.java:498)"
" at com.isomorphic.base.Reflection._invokeMethod(Reflection.java:581)"
" at com.isomorphic.base.Reflection.adaptArgsAndInvoke(Reflection.java:896)"
" at com.isomorphic.base.Reflection.adaptArgsAndInvoke(Reflection.java:726)"
" at com.isomorphic.rpc.RPCDMI.execute(RPCDMI.java:330)"
" at com.isomorphic.rpc.RPCDMI.execute(RPCDMI.java:67)"
" at com.isomorphic.rpc.RPCRequest.execute(RPCRequest.java:274)"
" at com.pci.portal.server.DataSourceResolver.handleRPCRequest(DataSourceResolver.java:182)"
" at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:180)"
" at com.isomorphic.servlet.IDACall.processRequest(IDACall.java:148)"
" at com.isomorphic.servlet.IDACall._processRequest(IDACall.java:119)"
" at com.isomorphic.servlet.IDACall.doPost(IDACall.java:79)"
" at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)"
" at com.isomorphic.rpc.ExcelDataExport.getExportObject(ExcelDataExport.java:757)"
" at com.isomorphic.rpc.DataExport.exportResultSet(DataExport.java:654)"
" at com.isomorphic.rpc.DataExport.exportResultSet(DataExport.java:453)"
" at com.isomorphic.rpc.BuiltinRPC.downloadClientExport(BuiltinRPC.java:1243)"
" at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)"
" at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)"
" at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)"
" at java.lang.reflect.Method.invoke(Method.java:498)"
" at com.isomorphic.base.Reflection._invokeMethod(Reflection.java:581)"
" at com.isomorphic.base.Reflection.adaptArgsAndInvoke(Reflection.java:896)"
" at com.isomorphic.base.Reflection.adaptArgsAndInvoke(Reflection.java:726)"
" at com.isomorphic.rpc.RPCDMI.execute(RPCDMI.java:330)"
" at com.isomorphic.rpc.RPCDMI.execute(RPCDMI.java:67)"
" at com.isomorphic.rpc.RPCRequest.execute(RPCRequest.java:274)"
" at com.pci.portal.server.DataSourceResolver.handleRPCRequest(DataSourceResolver.java:182)"
" at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:180)"
" at com.isomorphic.servlet.IDACall.processRequest(IDACall.java:148)"
" at com.isomorphic.servlet.IDACall._processRequest(IDACall.java:119)"
" at com.isomorphic.servlet.IDACall.doPost(IDACall.java:79)"
" at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)"
Comment