@here I am getting below exception very frequently when user trying to view excel file
All three exceptions are coming in common scenario. I ll attach one of the exception log. We are using 20.4 version of aspose cells for java
Please help me to find out the root cause and how I can fix this.
- com.aspose.cells.CellsException : Invalid password
- com.aspose.cells.CellsException: Invalid FontUnderlineType string val
- com.aspose.cells.CellsException: This file’s format is not supported or you don’t specify a correct format.
logLevel=ERROR thread=http-nio-8080-exec-3 Error occurred due to detecting ContainsUnsupportedFeature in excel com.aspose.cells.CellsException: This file’s format is not supported or you don’t specify a correct format.
at com.aspose.cells.zjy.a(Unknown Source)
at com.aspose.cells.zjy.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.(Unknown Source)
at com.mrll.javelin.wopi.service.WOPIService.isContainsUnsupportedFeature(WOPIService.java:235)
at com.mrll.javelin.wopi.service.WOPIService.getPdfViewMessage(WOPIService.java:196)
at com.mrll.javelin.wopi.controller.WOPIHostController.validateOfficeView(WOPIHostController.java:96)
at com.mrll.javelin.wopi.controller.WOPIHostController$$FastClassBySpringCGLIB$$6163e929.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:752)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
Thank you,