Hello Naga & Mark, I've only skimmed over this thread so I apologise if this is not on topic.
As far as I understand, the HSSF usermodel API allows data validations to be added, but doesn't allow them to be queried (or removed for that matter). In other words, we have the method: void HSSFSheet.addValidationData(HSSFDataValidation) But perhaps we also need HSSFDataValidation[] HSSFSheet.getDataValidations() Would something like this help with your current problem? cheers, Josh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
