From 3e53497c1a634b8d6b00541105cb23453dc6a7ba Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Wed, 10 Dec 2025 18:57:56 +0530 Subject: [PATCH 1/2] 998310-MemoryMetrics --- .../Excel-Library/NET/Memory-Usage-Metrics.md | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/Memory-Usage-Metrics.md diff --git a/Document-Processing/Excel/Excel-Library/NET/Memory-Usage-Metrics.md b/Document-Processing/Excel/Excel-Library/NET/Memory-Usage-Metrics.md new file mode 100644 index 000000000..4f1435d3f --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/Memory-Usage-Metrics.md @@ -0,0 +1,92 @@ +--- +title: Memory (RAM) Usage Metrics for Syncfusion Excel (XlsIO) Library +description: This section provides benchmark results showing the peak RAM usage of the Syncfusion Excel (XlsIO) library across various operations. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Memory Usage Metrics in Excel (XlsIO) Library + +This section reports the peak memory usage (RAM) observed when handling text, date and time, number, boolean, and formula data types during Create & Save and Load & Read operations. + +## Test Environment + +* **OS:** Windows 11 +* **Processor:** AMD Ryzen 5 7520U with Radeon Graphics (2.80 GHz) +* **Installed RAM:** 16 GB (15.3 GB usable) +* **System type:** 64-bit OS, x64 processor + +## Create and Save + +The table below shows the peak memory usage (RAM) while creating and saving an Excel document containing 100,000 rows and 50 columns for different data types. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Data typePeak memory usage (RAM)Sample link
Text1.1 GBGitHub page
DateTime361 MBGitHub page
Number342 MBGitHub page
Boolean342 MBGitHub page
Formula848 MBGitHub page
+ +## Load and Read + +The table below shows the peak memory usage (RAM) while loading and reading cell values from an Excel document with 100,000 rows and 50 columns for different data types. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Data typePeak memory usage (RAM)Sample link
Text945 MBGitHub page
DateTime289 MBGitHub page
Number290 MBGitHub page
Boolean185 MBGitHub page
Formula520 MBGitHub page
\ No newline at end of file From f0b9f547c843ea18d7c98e006255234fb259b402 Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Mon, 15 Dec 2025 12:01:51 +0530 Subject: [PATCH 2/2] 998310-MemoryMetrics --- Document-Processing-toc.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 9efcc40c1..0e8b3fd48 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -5601,6 +5601,9 @@
  • Linux
  • +
  • + Memory Usage Metrics +
  • FAQ