Posted 14 May 2020, 5:25 pm EST
Please find the below error we are getting after invoking the Calculate method on the workbook. Btw we are calling the below 2 lines to trigger calculation.
workbook.setEnableCalculation(true); workbook.calculate();
Error:
java.lang.NullPointerException: null at com.grapecity.documents.excel.g.v.a(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.k.h.aq.c(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.j.k.c(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.j.f.h(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.j.f.a(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.j.i.a(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.j.h.d(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.y.al.g(Unknown Source) ~[gcexcel-2.2.0.jar:?] at com.grapecity.documents.excel.Workbook.calculate(Unknown Source) ~[gcexcel-2.2.0.jar:?]