How to export a relational dataset to a single Excel sheet using
I have 2 data sets – main
table and sub
table – which are related. I want to export the merged data, but the main row contains multiple sub rows.
How to export a relational dataset to a single excel sheet using c#
I have a 2 data sets main table and sub table which are related. I want to export the merged data but the main row contains multiple sub rows.