merge_cells

Function merge_cells 

Source
pub fn merge_cells(
    ws: &mut WorksheetXml,
    top_left: &str,
    bottom_right: &str,
) -> Result<()>
Expand description

Merge a range of cells on the given worksheet.

top_left and bottom_right are cell references like “A1” and “C3”. Returns an error if the new range overlaps with any existing merge region.