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