Skip to content

Commit 161e0c2

Browse files
995361-PerformanceMetrics
1 parent 3da5694 commit 161e0c2

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Document-Processing-toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5994,8 +5994,8 @@
59945994
<a href="/document-processing/excel/conversions/excel-to-pdf/net/Excel-to-PDF-Converter-Settings">Excel to PDF Converter Settings</a>
59955995
</li>
59965996
<li>
5997-
                 <a href="/document-processing/excel/excel-library/net/Performance-Metrics">Performance Metrics</a>
5998-
               </li>
5997+
                 <a href="/document-processing/excel/conversions/excel-to-pdf/net/Performance-Metrics">Performance Metrics</a>
5998+
               </li>
59995999
<li>
60006000
<a href="/document-processing/excel/conversions/excel-to-pdf/net/faq">FAQ</a>
60016001
<ul>

Document-Processing/Excel/Conversions/Excel-to-PDF/NET/Performance-Metrics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: XlsIO
66
documentation: UG
77
---
88

9-
# Performance Metrics in Excel (XlsIO) Library
9+
# Performance Metrics for Excel-to-PDF in XlsIO
1010

1111
This section evaluates the performance of the Syncfusion XlsIO library when converting an Excel file with 100,000 rows and 50 columns to PDF, handling string, DateTime, number, Boolean, and formula data types. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms.
1212

@@ -17,32 +17,32 @@ The table below illustrates the performance of data types for Excel to PDF conve
1717
<table>
1818
<tr>
1919
<th>Data type</th>
20-
<th>Time Taken (ms)</th>
20+
<th>Time Taken (sec)</th>
2121
<th>Sample Link</th>
2222
</tr>
2323
<tr>
2424
<td>String</td>
25-
<td>121442</td>
25+
<td>121</td>
2626
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Excel%20to%20PDF/String%20Data%20Type/.NET/String%20Data%20Type">GitHub page</a></td>
2727
</tr>
2828
<tr>
2929
<td>DateTime</td>
30-
<td>112071</td>
30+
<td>112</td>
3131
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Excel%20to%20PDF/DateTime%20Data%20Type/.NET/DateTime%20Data%20Type">GitHub page</a></td>
3232
</tr>
3333
<tr>
3434
<td>Number</td>
35-
<td>107048</td>
35+
<td>107</td>
3636
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Excel%20to%20PDF/Number%20Data%20Type/.NET/Number%20Data%20Type">GitHub page</a></td>
3737
</tr>
3838
<tr>
3939
<td>Boolean</td>
40-
<td>82872</td>
40+
<td>83</td>
4141
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Excel%20to%20PDF/Boolean%20Data%20Type/.NET/Boolean%20Data%20Type">GitHub page</a></td>
4242
</tr>
4343
<tr>
4444
<td>Formula</td>
45-
<td>104395</td>
45+
<td>104</td>
4646
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Excel%20to%20PDF/Formula%20Data%20Type/.NET/Formula%20Data%20Type">GitHub page</a></td>
4747
</tr>
4848
</table>

Document-Processing/Excel/Excel-Library/NET/Performance-Metrics.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@ The table below illustrates the performance of data types for open and read oper
1717
<table>
1818
<tr>
1919
<th>Data type</th>
20-
<th>Time Taken (ms)</th>
20+
<th>Time Taken (sec)</th>
2121
<th>Sample Link</th>
2222
</tr>
2323
<tr>
2424
<td>String</td>
25-
<td>8880</td>
25+
<td>9</td>
2626
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Open/String%20Data%20Type/.NET/String%20Data%20Type">GitHub page</a></td>
2727
</tr>
2828
<tr>
2929
<td>DateTime</td>
30-
<td>5339</td>
30+
<td>5</td>
3131
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Open/DateTime%20Data%20Type/.NET/DateTime%20Data%20Type">GitHub page</a></td>
3232
</tr>
3333
<tr>
3434
<td>Number</td>
35-
<td>5592</td>
35+
<td>6</td>
3636
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Open/Number%20Data%20Type/.NET/Number%20Data%20Type">GitHub page</a></td>
3737
</tr>
3838
<tr>
3939
<td>Boolean</td>
40-
<td>3815</td>
40+
<td>4</td>
4141
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Open/Boolean%20Data%20Type/.NET/Boolean%20Data%20Type">GitHub page</a></td>
4242
</tr>
4343
<tr>
4444
<td>Formula</td>
45-
<td>8695</td>
45+
<td>9</td>
4646
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Open/Formula%20Data%20Type/.NET/Formula%20Data%20Type">GitHub page</a></td>
4747
</tr>
4848
</table>
@@ -56,32 +56,32 @@ The table below illustrates the performance of data types for create and save op
5656
<table>
5757
<tr>
5858
<th>Data type</th>
59-
<th>Time Taken (ms)</th>
59+
<th>Time Taken (sec)</th>
6060
<th>Sample Link</th>
6161
</tr>
6262
<tr>
6363
<td>String</td>
64-
<td>12753</td>
64+
<td>13</td>
6565
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Create/String%20Data%20Type/.NET/String%20Data%20Type">GitHub page</a></td>
6666
</tr>
6767
<tr>
6868
<td>DateTime</td>
69-
<td>15474</td>
69+
<td>15</td>
7070
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Create/DateTime%20Data%20Type/.NET/DateTime%20Data%20Type">GitHub page</a></td>
7171
</tr>
7272
<tr>
7373
<td>Number</td>
74-
<td>5018</td>
74+
<td>5</td>
7575
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Create/Number%20Data%20Type/.NET/Number%20Data%20Type">GitHub page</a></td>
7676
</tr>
7777
<tr>
7878
<td>Boolean</td>
79-
<td>4716</td>
79+
<td>5</td>
8080
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Create/Boolean%20Data%20Type/.NET/Boolean%20Data%20Type">GitHub page</a></td>
8181
</tr>
8282
<tr>
8383
<td>Formula</td>
84-
<td>34668</td>
84+
<td>35</td>
8585
<td><a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Create/Formula%20Data%20Type/.NET/Formula%20Data%20Type">GitHub page</a></td>
8686
</tr>
8787
</table>

0 commit comments

Comments
 (0)