From c0c1ac9356f42c16a8f1492a9806b3185c488c2d Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Tue, 25 Nov 2025 18:29:56 +0530 Subject: [PATCH 1/5] 994917-ExcelToPdfPerformanceMetrics --- .../Excel-Library/NET/Performance-Metrics.md | 51 +++++++++++++++++-- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md b/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md index 2e251a196..b569a3aa0 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md +++ b/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md @@ -1,6 +1,6 @@ --- title: Performance Metrics of the Syncfusion Excel (XlsIO) Library -description: This section provides an overview of the performance capabilities of the Syncfusion Excel (XlsIO) Library. +description: This section provides the Syncfusion Excel (XlsIO) Library performance metrics for handling String, DateTime, Number, Boolean, and Formula data types in typical operations. platform: document-processing control: XlsIO documentation: UG @@ -8,7 +8,7 @@ documentation: UG # Performance Metrics in Excel (XlsIO) Library -This section evaluates the performance of the Syncfusion XlsIO library when handling String, DateTime, Number, Boolean, and Formula data types during operations such as opening, reading, creating, and saving Excel files. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms. +This section evaluates the performance of the Syncfusion XlsIO library when handling String, DateTime, Number, Boolean, and Formula data types during operations such as opening, reading, creating, saving Excel files, and converting Excel to PDF. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms. ## Open and Read @@ -184,4 +184,49 @@ The table below illustrates the performance of data types for save operations. -You can find the sample used for save operation performance evaluation on this GitHub page. \ No newline at end of file +You can find the sample used for save operation performance evaluation on this GitHub page. + +## Excel to PDF + +The table below illustrates the performance of data types for Excel to PDF conversion. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Data typesTest case MatrixXlsIO (ms)Sample
String150 rows * 10000 columns91631GitHub page
DateTime150 rows * 10000 columns49827GitHub page
Number150 rows * 10000 columns43515GitHub page
Boolean150 rows * 10000 columns77212GitHub page
Formula150 rows * 10000 columns33905GitHub page
+ +You can find the sample used for Excel to PDF conversion performance evaluation on this GitHub page. \ No newline at end of file From e889acb561869a0e3cce38d0d43a3f2bd40877e7 Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Tue, 25 Nov 2025 18:39:59 +0530 Subject: [PATCH 2/5] 994917-ExcelToPdfPerformanceMetrics --- .../Excel/Excel-Library/NET/Performance-Metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md b/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md index b569a3aa0..080928f50 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md +++ b/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md @@ -1,6 +1,6 @@ --- title: Performance Metrics of the Syncfusion Excel (XlsIO) Library -description: This section provides the Syncfusion Excel (XlsIO) Library performance metrics for handling String, DateTime, Number, Boolean, and Formula data types in typical operations. +description: This section provides an overview of the performance capabilities of the Syncfusion Excel (XlsIO) Library. platform: document-processing control: XlsIO documentation: UG From 5887c84580dedbf0a76046edbbae1d1c69f0318f Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Thu, 27 Nov 2025 12:37:19 +0530 Subject: [PATCH 3/5] 994917-ExcelToPdfPerformanceMetrics --- Document-Processing-toc.html | 3 + .../Excel-to-PDF/NET/Performance-Metrics.md | 56 +++++++++++++++++++ .../Excel-Library/NET/Performance-Metrics.md | 49 +--------------- 3 files changed, 61 insertions(+), 47 deletions(-) create mode 100644 Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 77958266f..a4d787bae 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -5963,6 +5963,9 @@
  • Excel to PDF Converter Settings
  • +
  • + Performance Metrics +
  • FAQ
      diff --git a/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md new file mode 100644 index 000000000..ba7ff33ab --- /dev/null +++ b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md @@ -0,0 +1,56 @@ +--- +title: Performance Metrics of the Syncfusion Excel (XlsIO) Library +description: This section provides an overview of the performance capabilities of the Syncfusion Excel (XlsIO) Library. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Performance Metrics in Excel (XlsIO) Library + +This section evaluates the performance of the Syncfusion XlsIO library in handling String, DateTime, Number, Boolean, and Formula data types during Excel to PDF conversion, providing insights into its efficiency and capabilities across various platforms. + +## Excel to PDF + +The table below illustrates the performance of data types for Excel to PDF conversion. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Data typesTest case MatrixXlsIO (ms)Sample
      String150 rows * 10000 columns91631GitHub page
      DateTime150 rows * 10000 columns49827GitHub page
      Number150 rows * 10000 columns43515GitHub page
      Boolean150 rows * 10000 columns77212GitHub page
      Formula150 rows * 10000 columns33905GitHub page
      + +You can find the sample used for Excel to PDF conversion performance evaluation on this GitHub page. \ No newline at end of file diff --git a/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md b/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md index 080928f50..2e251a196 100644 --- a/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md +++ b/Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md @@ -8,7 +8,7 @@ documentation: UG # Performance Metrics in Excel (XlsIO) Library -This section evaluates the performance of the Syncfusion XlsIO library when handling String, DateTime, Number, Boolean, and Formula data types during operations such as opening, reading, creating, saving Excel files, and converting Excel to PDF. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms. +This section evaluates the performance of the Syncfusion XlsIO library when handling String, DateTime, Number, Boolean, and Formula data types during operations such as opening, reading, creating, and saving Excel files. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms. ## Open and Read @@ -184,49 +184,4 @@ The table below illustrates the performance of data types for save operations. -You can find the sample used for save operation performance evaluation on this GitHub page. - -## Excel to PDF - -The table below illustrates the performance of data types for Excel to PDF conversion. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Data typesTest case MatrixXlsIO (ms)Sample
      String150 rows * 10000 columns91631GitHub page
      DateTime150 rows * 10000 columns49827GitHub page
      Number150 rows * 10000 columns43515GitHub page
      Boolean150 rows * 10000 columns77212GitHub page
      Formula150 rows * 10000 columns33905GitHub page
      - -You can find the sample used for Excel to PDF conversion performance evaluation on this GitHub page. \ No newline at end of file +You can find the sample used for save operation performance evaluation on this GitHub page. \ No newline at end of file From f4c6e611728fd285558088451508ad2b230c4eef Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Thu, 27 Nov 2025 13:02:43 +0530 Subject: [PATCH 4/5] 994917-ExcelToPdfPerformanceMetrics --- .../Conversions/Excel-to-PDF/NET/Performance-Metrics.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md index ba7ff33ab..f85356106 100644 --- a/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md +++ b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md @@ -1,17 +1,15 @@ --- -title: Performance Metrics of the Syncfusion Excel (XlsIO) Library -description: This section provides an overview of the performance capabilities of the Syncfusion Excel (XlsIO) Library. +title: Excel to PDF Conversion Performance Metrics in the Syncfusion Excel (XlsIO) Library +description: This page provides an overview of performance metrics for Excel to PDF conversion using the Syncfusion Excel (XlsIO) Library. platform: document-processing control: XlsIO documentation: UG --- -# Performance Metrics in Excel (XlsIO) Library +# Excel to PDF Conversion Performance Metrics This section evaluates the performance of the Syncfusion XlsIO library in handling String, DateTime, Number, Boolean, and Formula data types during Excel to PDF conversion, providing insights into its efficiency and capabilities across various platforms. -## Excel to PDF - The table below illustrates the performance of data types for Excel to PDF conversion. From 37967c530ae7836a29ba4964a84ab8ecd9a4d2aa Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Thu, 27 Nov 2025 13:13:16 +0530 Subject: [PATCH 5/5] 994917-ExcelToPdfPerformanceMetrics --- .../Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md index f85356106..8c9d31681 100644 --- a/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md +++ b/Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md @@ -1,5 +1,5 @@ --- -title: Excel to PDF Conversion Performance Metrics in the Syncfusion Excel (XlsIO) Library +title: Excel to PDF Conversion Performance Metrics | Syncfusion description: This page provides an overview of performance metrics for Excel to PDF conversion using the Syncfusion Excel (XlsIO) Library. platform: document-processing control: XlsIO