The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
//ImportData(IEnumerable arrObject, int firstRow, int firstColumn, bool includeHeader) sheet.ImportData(customers, 5, 1, false);
We have also shared the sample for importing the list object to excel which can be downloaded from the following link. Kindly refer and let us know if it helps.
AVAbirami Varadharajan Syncfusion Team April 8, 2016 09:33 AM UTC
Hi Testname,
Thank you for updating us.
Currently, there is no direct method to importing nested array in XlsIO. As a workaround, we have created a custom method ImportNestedArray for importing a nested array to a worksheet. Kindly refer the sample which can be downloaded from the following link and let us know if it helps.