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.
Hi,
I want to Use (ImportdataTable) for Posting Colmns Let say (1-10) on The Sheet 1 , and Columns (11-15) on sheet 2.
Can we do this? If so please provide it by C#.Net example.
Thanks
ADAdministrator Syncfusion Team June 21, 2005 02:12 PM UTC
Hi Mohammad,
There is no built in method to do that but you can split the datatable yourself and insert it into the worksheets separately. Here is a sample
http://www.syncfusion.com/support/user/uploads/importdatatabletomultiplesheets.zip
Let me know if you have any questions.
Thanks,
Stephen.
>Hi,
>
> I want to Use (ImportdataTable) for Posting Colmns Let say (1-10) on The Sheet 1 , and Columns (11-15) on sheet 2.
>Can we do this? If so please provide it by C#.Net example.
>
>Thanks