xlLens 使用手册

大型工作簿处理

Learn how streaming indexes, bounded paging, and spill files keep the UI responsive.

In short: Learn how streaming indexes, bounded paging, and spill files keep the UI responsive.

Outside the renderer

Parsing and comparison run in an Electron utility process. The renderer requests bounded pages instead of materializing an entire worksheet.

Memory controls

XLSX and XLSM use sparse typed arrays and workbook-level string interning. Dense detailed changes spill to a private temporary JSONL file after 50,000 records.

Next step

下载试用版