• 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 Collection Objects in ASP.NET Core Excel (XlsIO) Library

This sample demonstrates how to use Collection Objects in spreadsheets using XlsIO.
DEMO
SOURCE

Click the "Import From Excel" button to import data from nested class into the ListView.

Click the "Export To Excel" button to view the Excel document created by exporting the nested class data from the ListView using Essential XlsIO. Please note that the Microsoft Excel viewer or Microsoft Excel is required to view the Excel document.

Save As :  

Essential XlsIO allows you to import/export data from/to Collection Objects. Collection object usually holds a set of instance variables or properties, also known as attributes.

This sample demonstrates the usage of Collection objects using Essential XlsIO.