pub fn parse_slicer_cache(xml: &str) -> Option<SlicerCacheDefinition>Expand description
Parse a SlicerCacheDefinition from XML.
Handles the namespace-prefixed x15:tableSlicerCache element that serde
cannot deserialize. Uses simple string matching for robustness.