Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
You can use Aspose.Cells for Node.js to get the validation applied to a cell. Aspose.Cells provides the Cell.getValidation() method for this purpose. If there is no validation applied to the cell, it returns null.
Similarly, you can use Worksheet.validations.getValidationInCell(number, number) method to acquire the validation applied to a cell by providing its row and column indices.
Below code sample shows how to get validation applied to a cell.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.