Hi Team,
Hi team,
We have added the temporary license file in
src/main/resources/
aspose/Aspose.Cells.Java.lic
and
Aspose cell java version using : 20.12
and repo url : https://repository.aspose.com/repo/
Inside code loading licence file with below code.
License license = new License();
license.setLicense("/aspose/Aspose.Cells.Java.lic");
After prcessing a file in the end it is adding one extra sheet with water mark.
And after processing 50 to 60 files getting error like below.
You are using an evaluation copy and have opened files exceeding limitations .
So, with temporary license is this expected. Or we are loading license file wrong. If so correct us.
Can we use temporary license for one month with full functionality. Or our understanding is wrong?