I just updated to the most recent version of Aspose.Cells (7.1.2.0), in order to take advantage of the RibbonXml feature.
However, a document which was loadable with v 7.0.4.0 now fails.
This is not the first time Aspose introduces bugs in new versions. It is rather worrying, since it means we need to test all our Excel-templates thoroughly each time we upgrade to newer versions.
I hope this can be addressed as soon as possible.
See the attached example. The error we get is:
Error in Cell: T10-Invalid formula."IF(COUNT(I10:R10)<>0,
MAX(
IF(COUNT(I10,J10)<>0,I10*Gross_LivArea+J10*Gross_ComArea,MinMarker),
IF(COUNT(L10,M10)<>0,L10*Saleable_LivArea+M10*Saleable_ComArea,MinMarker),
IF(COUNT(O10,P10)<>0,O10*NumLU_NonCom+P10*NumLU_Com,MinMarker),
IF(COUNT(R10)<>0,R10,MinMarker)
),"")"