Get Cell Validation in ODS Files

Get Cell Validation in ODS Files

With Aspose.Cells, you can retrieve the validation applied to a cell in ODS files. For this, the API provides the get_validation method of the Cell class.

The following code sample demonstrates the use of the get_validation method by loading the source ODS file (101089354.ods) and reading the validation of cell A9.

Sample Code