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>