Check Version Number
Wonder which version of Aspose.Cells you are using? We publish new versions of Aspose.Cells, both to introduce new features and to fix issues, on a regular basis. The version number consists of major version number, minor version number, and hotfix version number. Each number must be an integer from 0 up. The format is as follows:
major.minor.hotfix
When we release a new build of Aspose.Cells, we update the version number.
This article explains how to check which version of Aspose.Cells is installed on the system manually and using the Aspose.Cells API.
Check Version Number Manually
To find out which version of Aspose.Cells you are using manually:
- Right-click the Aspose.Cells.dll file and select Properties.
- Click the Version (or Details) tab to check the version number.
Check Version Number Using the Aspose.Cells API
To find out which version of Aspose.Cells you are using through the API, use the CellsHelper class GetVersion static method to get Aspose.Cell’s version number.