I’ve got some data in a System.Data.DataTable instance and want to put it an excel sheet range, directly, in one shot.
I’m working with VS 2008 and my project is a C# Excel 2007 Workbook project.
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you will first have to convert datatable to two dimensional array, and then assign 2d array to range