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.
pub fn remove_validation(ws: &mut WorksheetXml, sqref: &str) -> Result<()>Remove validations matching a specific cell range from a worksheet.
Returns Ok(()) regardless of whether any validations were actually removed.