Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
layout: post
title: Performance Metrics in Blazor Spreadsheet Control | Syncfusion
description: Learn here all about performance metrics in the Blazor Spreadsheet control, including how it manages data, handles rendering speed and more.
platform: document-processing
control: Performance
documentation: ug
---

# Performance Metrics in blazor Spreadsheet Control

Performance metrics show how efficiently the [Syncfusion® blazor Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/blazor-spreadsheet-editor) handles large datasets and core operations such as rendering, styling, number Formats and file import/export. This documentation provides the measured results for these operations to give a clear view of how the control performs under different workloads.


## Environment

The following environment configuration is used for performance evaluation:

* **Browser**: Edge (latest)
* **Hardware**: Modern multi‑core processor
* **RAM**: 16 GB or higher
* **Spreadsheet Version**:
* [Theme Version](https://www.nuget.org/packages/Syncfusion.Blazor.themes)
* [NuGet Version](https://www.nuget.org/packages/Syncfusion.Blazor.Spreadsheet)
* **Data Source Format**: Mixed data types (numbers, text, number formats)



## Spreadsheet Features

This section outlines the operations evaluated in the Spreadsheet when working with large datasets. It covers actions such as rendering cells, applying styles, number formats and file import/export to help understand how the control processes common spreadsheet tasks.

### Server

| Operation | Dataset Size | Time (sec) |
|-----------------------------|--------------|-------------|
| Initial Rendering | 250k cells | 1.31 sec |
| Applying Styles | 250k cells | 12.0 sec |
| Applying Number Formats | 250k cells | 0.97 sec |


### Wasm

| Operation | Dataset Size | Time (sec) |
|-----------------------------|--------------|-------------|
| Initial Rendering | 250k cells | 6.99 sec |
| Applying Styles | 250k cells | 15.98 sec |
| Applying Number Formats | 250k cells | 9.45 sec |


## Import and export performance metrics

This section focuses on evaluating how the Spreadsheet handles file import and export operations involving large datasets with formatting and validation. It provides insight into how efficiently these operations are processed under varying data conditions.

### Server

| Operation | Dataset Size | Time (sec) |
|-----------------------------------------|-----------------------------------|------------|
| Importing | 250k cells without formats | 2.35 sec |
| Importing | 250k cells with formats | 3.12 sec |
| Exporting | 250k cells without formats | 1.07 sec |
| Exporting | 250k cells with formats | 1.26 sec |

### Wasm


| Operation | Dataset Size | Time (sec) |
|-----------------------------------------|-----------------------------------|------------|
| Importing | 250k cells without formats | 38 sec |
| Importing | 250k cells with formats | 50 sec |
| Exporting | 250k cells without formats | 6.25 sec |
| Exporting | 250k cells with formats | 8.14 sec |

> **Disclaimer:**  Performance metrics and memory benchmarking are based on internal tests under specific conditions. Actual results may vary depending on the environment and usage.
## See Also

* [Open and Save](https://help.syncfusion.com/document-processing/excel/spreadsheet/blazor/open-and-save)