Programmatically export query table from MS Access to Excel using C#
问题 Today i have a software which downloads xml data from the web and exports it to a MS Access DB in appropriate tables. In MS Access DB i have created a query using the tables to make columns and rows as i want it to look like in Excel. When i right-click on my new query table, and chose Export to Excel, i'm able to create an Excel file from that query. Basically what i want to do is extend my software so that i can export the query to Excel programmatically with C#. How can i do this? --------