find_sheet_index

Function find_sheet_index 

Source
pub fn find_sheet_index(
    worksheets: &[(String, OnceLock<WorksheetXml>)],
    name: &str,
) -> Option<usize>
Expand description

Find the index (0-based) of a sheet by name.