Aspose.Slides for Java: ArgumentException: Formula Has Incorrect Format

i am using this template for a project and i was getting this fromula error:

class com.aspose.slides.exceptions.ArgumentException: Formula has incorrect format

Presentation1.zip (87.8 KB)

and i was getting error in this peice of line:

data.setRange("Sheet1!$C$1:$" + "F" + "$" + (arrayVOList.size() + 1));

and using this dependency:

<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-slides</artifactId>
<version>19.6</version>
<classifier>jdk16</classifier>
</dependency>

@chiragjain,

It seems you are using Aspose.Slides API, so I am moving your thread to respective forum where one our fellow colleagues will assist you soon.

@chiragjain,
There were many updates after version 19.6. Please check your results using the latest version of Aspose.Slides for Java if it is possible. If the issue persists, please share the following:

  • complete and compilable code example reproducing the exception
  • full stacktrace of the exception