• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Performance in ASP.NET Core Excel (XlsIO) Library

This sample demonstrates the performance of XlsIO when handling larger files.
DEMO
SOURCE

Click the "Create Document" button to view the created Excel document. Please note that the Microsoft Excel viewer or Microsoft Excel is required to view the Excel document.


Enter the number of rows

Enter the number of columns

Save As :  


Import on Save option directly serialize data while saving the workbook.


Essential XlsIO is known for its high performance and simple APIs that have most of the functionalities of Excel.

Features:

  • Creating rich, large reports with styles.
  • Performance optimization methods.
  • Import on Save option to serialize data while saving the workbook, which is recommended for importing large data without formatting.
Notes:

  • When more styles are added, it is recommended that you use global styles within BeginUpdate and EndUpdate calls.
  • The use of IMigrantRange will reduce the amount of memory used when large amounts of strings are involved.