build_vml_drawing

Function build_vml_drawing 

Source
pub fn build_vml_drawing(cells: &[&str]) -> String
Expand description

Build a complete VML drawing document containing shapes for each comment cell.

cells is a list of cell references (e.g. ["A1", "B3"]). Returns the VML XML string.