Hi,
How can I get specific columns from the dataset variable after exporting and use it in other excel files?
Kind Regards
Hi,
How can I get specific columns from the dataset variable after exporting and use it in other excel files?
Kind Regards
Hi @Aki1111
Dim selectedData As DataTable = myDataset.Tables("myTable").DefaultView.ToTable(False, columnsToSelect)
Try in above way
Hope this may help you
Thanks,
Srini
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.