Skip to content

Commit 3da5694

Browse files
995361-PerformanceMetrics
1 parent 36d8ac1 commit 3da5694

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,40 @@ documentation: UG
88

99
# Performance Metrics in Excel (XlsIO) Library
1010

11-
This section evaluates the performance of the Syncfusion XlsIO library when handling String, DateTime, Number, Boolean, and Formula data types during Excel to PDF conversion. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms.
11+
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

1313
## Excel to PDF
1414

1515
The table below illustrates the performance of data types for Excel to PDF conversion.
1616

1717
<table>
1818
<tr>
19-
<th>Data types</th>
20-
<th>Test case Matrix (Open)</th>
21-
<th>XlsIO (ms)</th>
22-
<th>Sample</th>
19+
<th>Data type</th>
20+
<th>Time Taken (ms)</th>
21+
<th>Sample Link</th>
2322
</tr>
2423
<tr>
2524
<td>String</td>
26-
<td>100000 rows * 50 columns</td>
2725
<td>121442</td>
2826
<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>
2927
</tr>
3028
<tr>
3129
<td>DateTime</td>
32-
<td>100000 rows * 50 columns</td>
3330
<td>112071</td>
3431
<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>
3532
</tr>
3633
<tr>
3734
<td>Number</td>
38-
<td>100000 rows * 50 columns</td>
3935
<td>107048</td>
4036
<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>
4137
</tr>
4238
<tr>
4339
<td>Boolean</td>
44-
<td>100000 rows * 50 columns</td>
4540
<td>82872</td>
4641
<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>
4742
</tr>
4843
<tr>
4944
<td>Formula</td>
50-
<td>100000 rows * 50 columns</td>
5145
<td>104395</td>
5246
<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>
5347
</tr>

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

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,40 @@ documentation: UG
88

99
# Performance Metrics in Excel (XlsIO) Library
1010

11-
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 and reading, creating and saving Excel files. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms.
11+
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 and reading, creating, and saving Excel files with 100,000 rows and 50 columns.. It provides insights into the efficiency and capabilities of XlsIO for processing these data types across various platforms.
1212

1313
## Open and Read
1414

1515
The table below illustrates the performance of data types for open and read operations.
1616

1717
<table>
1818
<tr>
19-
<th>Data types</th>
20-
<th>Test case Matrix (Open & Read)</th>
21-
<th>XlsIO (ms)</th>
22-
<th>Sample</th>
19+
<th>Data type</th>
20+
<th>Time Taken (ms)</th>
21+
<th>Sample Link</th>
2322
</tr>
2423
<tr>
2524
<td>String</td>
26-
<td>100000 rows * 50 columns</td>
2725
<td>8880</td>
2826
<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>
2927
</tr>
3028
<tr>
3129
<td>DateTime</td>
32-
<td>100000 rows * 50 columns</td>
3330
<td>5339</td>
3431
<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>
3532
</tr>
3633
<tr>
3734
<td>Number</td>
38-
<td>100000 rows * 50 columns</td>
3935
<td>5592</td>
4036
<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>
4137
</tr>
4238
<tr>
4339
<td>Boolean</td>
44-
<td>100000 rows * 50 columns</td>
4540
<td>3815</td>
4641
<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>
4742
</tr>
4843
<tr>
4944
<td>Formula</td>
50-
<td>100000 rows * 50 columns</td>
5145
<td>8695</td>
5246
<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>
5347
</tr>
@@ -61,38 +55,32 @@ The table below illustrates the performance of data types for create and save op
6155

6256
<table>
6357
<tr>
64-
<th>Data types</th>
65-
<th>Test case Matrix (Create & Save)</th>
66-
<th>XlsIO (ms)</th>
67-
<th>Sample</th>
58+
<th>Data type</th>
59+
<th>Time Taken (ms)</th>
60+
<th>Sample Link</th>
6861
</tr>
6962
<tr>
7063
<td>String</td>
71-
<td>100000 rows * 50 columns</td>
7264
<td>12753</td>
7365
<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>
7466
</tr>
7567
<tr>
7668
<td>DateTime</td>
77-
<td>100000 rows * 50 columns</td>
7869
<td>15474</td>
7970
<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>
8071
</tr>
8172
<tr>
8273
<td>Number</td>
83-
<td>100000 rows * 50 columns</td>
8474
<td>5018</td>
8575
<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>
8676
</tr>
8777
<tr>
8878
<td>Boolean</td>
89-
<td>100000 rows * 50 columns</td>
9079
<td>4716</td>
9180
<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>
9281
</tr>
9382
<tr>
9483
<td>Formula</td>
95-
<td>100000 rows * 50 columns</td>
9684
<td>34668</td>
9785
<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>
9886
</tr>

0 commit comments

Comments
 (0)