Skip to content

Commit d99893a

Browse files
authored
Revise performance metrics for XlsIO library
Updated the performance metrics section for the Syncfusion Excel (XlsIO) library, including changes to the title, description, and performance evaluation details for various data types.
1 parent 483ca4e commit d99893a

File tree

1 file changed

+34
-37
lines changed

1 file changed

+34
-37
lines changed
Lines changed: 34 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,86 @@
11
---
2-
title: Performance Metrics of the Syncfusion Excel (XlsIO) Library
3-
description: This section provides an overview of the performance capabilities of the Syncfusion Excel (XlsIO) Library.
2+
title: Performance Metrics for Syncfusion Excel (XlsIO) Library
3+
description: This section provides benchmark results and insights into the performance capabilities of the Syncfusion Excel (XlsIO) library across various operations.
44
platform: document-processing
55
control: XlsIO
66
documentation: UG
77
---
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 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.
11+
This section evaluates the performance of the Syncfusion Excel (XlsIO) library when handling text, date and time, number, boolean, and formula data types during operations such as reading and creating Excel documents.
1212

13-
## Open and Read
13+
## Create and Save
1414

15-
The table below illustrates the performance of data types for open and read operations.
15+
The table below illustrates the performance of creating and saving an Excel document containing 100,000 rows and 50 columns for different data types.
1616

17-
<table>
17+
<table>
1818
<tr>
1919
<th>Data type</th>
2020
<th>Time Taken (sec)</th>
2121
<th>Sample Link</th>
2222
</tr>
2323
<tr>
24-
<td>String</td>
25-
<td>9</td>
26-
<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>
24+
<td>Text</td>
25+
<td>13</td>
26+
<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>
2727
</tr>
2828
<tr>
2929
<td>DateTime</td>
30-
<td>5</td>
31-
<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>
30+
<td>15</td>
31+
<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>
3232
</tr>
3333
<tr>
3434
<td>Number</td>
35-
<td>6</td>
36-
<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>
35+
<td>5</td>
36+
<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>
3737
</tr>
3838
<tr>
3939
<td>Boolean</td>
40-
<td>4</td>
41-
<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>
40+
<td>5</td>
41+
<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>
4242
</tr>
4343
<tr>
4444
<td>Formula</td>
45-
<td>9</td>
46-
<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>
45+
<td>35</td>
46+
<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>
4747
</tr>
48-
</table>
49-
50-
You can find the sample used for open and read operation performance evaluation on <a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Open">this GitHub page</a>.
48+
</table>
5149

52-
## Create and Save
50+
## Load and Read
5351

54-
The table below illustrates the performance of data types for create and save operations.
52+
The table below illustrates the performance of loading and reading cell values from an Excel document with 100,000 rows and 50 columns for different data types.
5553

56-
<table>
54+
<table>
5755
<tr>
5856
<th>Data type</th>
5957
<th>Time Taken (sec)</th>
6058
<th>Sample Link</th>
6159
</tr>
6260
<tr>
63-
<td>String</td>
64-
<td>13</td>
65-
<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>
61+
<td>Text</td>
62+
<td>9</td>
63+
<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>
6664
</tr>
6765
<tr>
6866
<td>DateTime</td>
69-
<td>15</td>
70-
<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>
67+
<td>5</td>
68+
<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>
7169
</tr>
7270
<tr>
7371
<td>Number</td>
74-
<td>5</td>
75-
<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>
72+
<td>6</td>
73+
<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>
7674
</tr>
7775
<tr>
7876
<td>Boolean</td>
79-
<td>5</td>
80-
<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>
77+
<td>4</td>
78+
<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>
8179
</tr>
8280
<tr>
8381
<td>Formula</td>
84-
<td>35</td>
85-
<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>
82+
<td>9</td>
83+
<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>
8684
</tr>
87-
</table>
88-
89-
You can find the sample used for create and save operation performance evaluation on <a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Create">this GitHub page</a>.
85+
</table>
86+

0 commit comments

Comments
 (0)