c# - EXcel VSTO - Transferring a list object onto a worksheet -


i have vsto add in looking implement.

i click button , list of products, names, etc placed onto worksheet.

i understand go through each individual item in list , write cell cell, there way of literally 'dumping' data onto worksheet?

apologies if thick question.

nope, there no easy way 'dump' data. you're going have hard way. google examples, it's easy enough.

http://www.google.nl/search?q=c%23+export+data+to+excel


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -