Dataset to excel
Posted
by Ruben Monteiro
on Stack Overflow
See other posts from Stack Overflow
or by Ruben Monteiro
Published on 2009-06-26T13:24:59Z
Indexed on
2010/04/09
6:03 UTC
Read the original article
Hit count: 444
Hi. I'm developing an application that as to export a dataset to excel, this dataset have 3 tables and the relation between them, I would like to export this to a single excel sheet where for each parent table there is a '+' sign that when expanded shows the child values related to it. To export a single table to excel I know how to do it, but to create this type of relation I have no idea how to do it, do I have to create a macro on the excel file?
© Stack Overflow or respective owner