Skip to main content

remove_validation

Function remove_validation 

Source
pub fn remove_validation(ws: &mut WorksheetXml, sqref: &str) -> Result<()>
Expand description

Remove validations matching a specific cell range from a worksheet.

Returns Ok(()) regardless of whether any validations were actually removed.