Apache POI - How to restrict the user to clear the data validations in excel sheet
问题 I have set up a Data validation on my sheet using Apache POI. The validation is like it allows only the decimal numbers. It was working fine without any issues. But when user clears the validations on excel sheet he will be able to enter any data which I restricted using data validations before. How can I restrict the user to clear the data validation using Apache POI ? In other words, how should I disable clear validation option for my data validation using Apache POI ? Any help would be