You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Performance Metrics for the Syncfusion Excel to HTML conversion
3
+
description: This section provides benchmark results and performance metrics for converting Excel files to HTML using the Syncfusion Excel (XlsIO) library.
4
+
platform: document-processing
5
+
control: XlsIO
6
+
documentation: UG
7
+
---
8
+
9
+
# Performance Metrics for Excel to HTML Conversion
10
+
11
+
The following benchmark demonstrates the performance of the Syncfusion Excel (XlsIO) library when converting a large Excel workbook—containing 100,000 rows and 50 columns with distinct data types such as text, date and time, numbers, booleans, and formulas—into a HTML.
You can find the sample used for Excel to HTML conversion performance evaluation on <ahref="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Performance%20Metrics/Excel%20to%20HTML">this GitHub page</a>.
Returns a random number between the numbers you specify<br/><br/></td></tr>
1713
1737
<tr>
1714
1738
<td>
1739
+
RANDARRAY<br/><br/></td><td>
1740
+
Returns an array of random numbers between 0 and 1. However, you can specify the number of rows and columns to fill, minimum and maximum values, and whether to return whole numbers or decimal values<br/><br/></td></tr>
1741
+
<tr>
1742
+
<td>
1715
1743
RANK<br/><br/></td><td>
1716
1744
Returns the rank of a number in a list of numbers<br/><br/></td></tr>
0 commit comments