Get license experation date via API

We
are loading license file for java version of Aspose.Cells
using com.aspose.cells.License. It will be useful to have additional
methods in this calss to get license info, including expiration date, so
we can write warnings in app log if license will expire soon.


This message was posted using Page2Forum from /community/public/documentation

Hi,


To get the version number of the product, please either use API (provided by Aspose.Cells for Java) or open it into notepad, see the document for your reference:
http://www.aspose.com/docs/display/cellsjava/Check+Version+Number+of+the+Component

Also, there is a static method named getSubscriptionExpireDate() for the License class, to get the expiry date as per your needs.

Thank you.