pub fn next_sheet_id(existing_sheets: &[SheetEntry]) -> u32Expand description
Generate the next available sheet ID.
Sheet IDs in a workbook are unique but not necessarily contiguous. This function returns one greater than the current maximum.
pub fn next_sheet_id(existing_sheets: &[SheetEntry]) -> u32Generate the next available sheet ID.
Sheet IDs in a workbook are unique but not necessarily contiguous. This function returns one greater than the current maximum.