Hello,
I have a cell with some custom validation specified. When I populate the spreadsheet using the SmartTags, the formula for the custom validation is cleared. However, everything else in the validation remains the same. The error message, error title, most of the validation critera remain unchanged. Only the formula is cleared.
Another post on the forum indicates that custom validators cannot be setup through the api. The response from Aspose indicates you can set them up in a template, and Aspose will preserve the custom validator. This functionality is not working.
My custom formula for testing is "isNumber(d3)" where d3 is a cell in a row with SmartTags. It makes no difference if I have a SmartTag in the cell with validation, or if a SmartTag is simply in an adjacent cell.
Is this a known bug? If so, when is this scheduled to be fixed.
Thank you.