|
1 | 1 | --- |
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. |
4 | 4 | platform: document-processing |
5 | 5 | control: XlsIO |
6 | 6 | documentation: UG |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | # Performance Metrics in Excel (XlsIO) Library |
10 | 10 |
|
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. |
12 | 12 |
|
13 | | -## Open and Read |
| 13 | +## Create and Save |
14 | 14 |
|
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. |
16 | 16 |
|
17 | | -<table> |
| 17 | +<table> |
18 | 18 | <tr> |
19 | 19 | <th>Data type</th> |
20 | 20 | <th>Time Taken (sec)</th> |
21 | 21 | <th>Sample Link</th> |
22 | 22 | </tr> |
23 | 23 | <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> |
27 | 27 | </tr> |
28 | 28 | <tr> |
29 | 29 | <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> |
32 | 32 | </tr> |
33 | 33 | <tr> |
34 | 34 | <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> |
37 | 37 | </tr> |
38 | 38 | <tr> |
39 | 39 | <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> |
42 | 42 | </tr> |
43 | 43 | <tr> |
44 | 44 | <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> |
47 | 47 | </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> |
51 | 49 |
|
52 | | -## Create and Save |
| 50 | +## Load and Read |
53 | 51 |
|
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. |
55 | 53 |
|
56 | | -<table> |
| 54 | +<table> |
57 | 55 | <tr> |
58 | 56 | <th>Data type</th> |
59 | 57 | <th>Time Taken (sec)</th> |
60 | 58 | <th>Sample Link</th> |
61 | 59 | </tr> |
62 | 60 | <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> |
66 | 64 | </tr> |
67 | 65 | <tr> |
68 | 66 | <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> |
71 | 69 | </tr> |
72 | 70 | <tr> |
73 | 71 | <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> |
76 | 74 | </tr> |
77 | 75 | <tr> |
78 | 76 | <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> |
81 | 79 | </tr> |
82 | 80 | <tr> |
83 | 81 | <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> |
86 | 84 | </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