XLSX_MAX_CELLS_PER_SHEET

Constant XLSX_MAX_CELLS_PER_SHEET 

Source
const XLSX_MAX_CELLS_PER_SHEET: usize = 100_000;
Expand description

Maximum cells to process per sheet (avoids unbounded memory).