License is not applying

Hi All,

   I'm facing issue when applied License for Aspose Java Cells. My code is build and run fine but Evolution sheet will not remove from final report, license is reading from resource successfully.

Code Snippet (Java 8) -

                       License license = new License();
                       license.setLicense(new FileInputStream(fileStoragePath+"license//Aspose.Cells.lic"));
                       
                       Workbook workbook = new Workbook();
                       log.debug("has license set : "+workbook.isLicensed());

Thanks In Advance

@prashant.barwe,
I have tested my license with the latest version Aspose.Cells for Java 20.7 but could not observe any issue. You may please verify that the expiry date of your license is ahead of release date of your product. If it is confirmed, please share your license via private message and also inform which version of the product are you using. We will reproduce this scenario here and provide assistance accordingly.