superservo15
Member
I have a question that google hasn't helped me figure out yet.
I have an old VB.net windows app, framework is 2.0. I am needing to take a datatable (and subsequently a data set of tables) and export this data to a spreadsheet.
One catch, can't use the interop library. Is there a way to do it without the Interop? Can I use XML perhaps?
The only way I done this before was for a web app and just set the response type...
Thanks and any help is much appreciated... I can't figure this one out.

I have an old VB.net windows app, framework is 2.0. I am needing to take a datatable (and subsequently a data set of tables) and export this data to a spreadsheet.
One catch, can't use the interop library. Is there a way to do it without the Interop? Can I use XML perhaps?
The only way I done this before was for a web app and just set the response type...
Thanks and any help is much appreciated... I can't figure this one out.