Excel DataTable range in one shot?

I have some data in an instance System.Data.DataTableand you want to place it on an excel sheet sheet, right, with one shot.

I work with VS 2008, and my project is a C # Excel 2007 Workbook project .

thank

+3
source share
1 answer

you first need to convert the datatable to a two-dimensional array and then assign the 2d array to a range

+4
source

All Articles