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.
Console.WriteLine("LastRow in Column "+columnName+" is " +lastRow);
}
Console.ReadLine();
Regarding retrieval of data into array, Syncfusion XlsIO do not have direct support to export data from worksheet to array. Instead you can export data from worksheet to data table and then load the data from data table to array.
Please look into the below link to know more about loading data from Excel worksheet to DataTable.