next_sheet_id

Function next_sheet_id 

Source
pub fn next_sheet_id(existing_sheets: &[SheetEntry]) -> u32
Expand 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.