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.
If I already know the type of my business class object, some kind of casting between an excel(can have more than 1 shet) to a businessclass object. How to do this ?
TETestnameDecember 15, 2016 09:57 AM UTC
Each excel sheet represents a single business class object
AVAbirami Varadharajan Syncfusion Team December 16, 2016 11:33 AM UTC
Hi Testname,
Thank you for contacting Syncfusion support.
We have prepared sample as per your requirement and the sample can be downloaded from following location.
Now I need a method which will automatically cast "row.Cells[...]" to the right .net type instead of explicity cast it like "Convert.ToInt32(row.Cells[...].Number);"
AVAbirami Varadharajan Syncfusion Team December 19, 2016 11:26 AM UTC
Hi,
We don’t have any implicit method to cast Excel data automatically. So, we request you to cast it explicitly with appropriate.NET type.