pub fn extract_vml_comment_cells(vml_xml: &str) -> Vec<(u32, u32)>Expand description
Extract comment cell references from an existing VML drawing XML string.
Scans for <x:Row> and <x:Column> elements in the VML and returns
(row_0based, col_0based) pairs.