pub fn get_defined_name(
wb: &WorkbookXml,
name: &str,
scope: DefinedNameScope,
) -> Option<DefinedNameInfo>Expand description
Get a defined name by name and scope.
Returns None if no matching defined name is found.
pub fn get_defined_name(
wb: &WorkbookXml,
name: &str,
scope: DefinedNameScope,
) -> Option<DefinedNameInfo>Get a defined name by name and scope.
Returns None if no matching defined name is found.