unmerge_cell

Function unmerge_cell 

Source
pub fn unmerge_cell(ws: &mut WorksheetXml, reference: &str) -> Result<()>
Expand description

Remove a specific merge cell range from the worksheet.

reference is the exact range string like “A1:C3” that was previously merged. Returns an error if the range is not found.