Dataset into Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have data in a dataset that the user wants in Excel. I can do it by
writing the data in one cell at a time but it's a bit slow. Is there a quick
way to do it?

TIA
 
Maybe you can convert the datagrid data to an array instead and then write
to the excel sheet using a range (C7:C81).

At least when reading from a range you get an array back so I asume it would
work the other way around, but I have noidea if this is slower or faster.

best regards/
Lars Netzel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top