pub fn find_sheet_index( worksheets: &[(String, OnceLock<WorksheetXml>)], name: &str, ) -> Option<usize>
Find the index (0-based) of a sheet by name.