pub fn insert_page_break(ws: &mut WorksheetXml, row: u32) -> Result<()>Expand description
Insert a horizontal page break before the given 1-based row number.
If a break already exists at this row, the call is a no-op.
pub fn insert_page_break(ws: &mut WorksheetXml, row: u32) -> Result<()>Insert a horizontal page break before the given 1-based row number.
If a break already exists at this row, the call is a no-op.