You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Excel sheet being queried contains merged cells it is possble to enable the option to fill every row with the merged value.
393
422
@@ -410,7 +439,7 @@ Filling of cells with variable width and height is also supported
410
439
>Note: The performance will take a hit when enabling the feature.
411
440
>This happens because in the OpenXml standard the `mergeCells` are indicated at the bottom of the file, which leads to the need of reading the whole sheet twice.
412
441
413
-
#### 11. Big files and disk-based cache
442
+
#### 12. Big files and disk-based cache
414
443
415
444
If the SharedStrings file size exceeds 5 MB, MiniExcel will default to use a local disk cache.
416
445
E.g: on the file [10x100000.xlsx](https://github.com/MiniExcel/MiniExcel/files/8403819/NotDuplicateSharedStrings_10x100000.xlsx) (one million rows of data), when disabling the disk cache the maximum memory usage is 195 MB, but with disk cache enabled only 65 MB of memory are used.
0 commit comments