const XLSX_MAX_CELLS_PER_SHEET: usize = 100_000;
Maximum cells to process per sheet (avoids unbounded memory).