Aspose.Cells - Java - how to check API version

I was wondering if there is an API to check the version of the API that is currently used for Aspose.Cells (Java).

Hi,

Yes, please use the following code in a java program for your requirement.

Workbook book = new Workbook();
System.out.println(CellsHelper.getVersion());

Thank you.

thanks.

The following code seems to work fine.

System.out.println(CellsHelper.getVersion());

I think we have got version 1.9.3.0.