Exporting directy to Excel from Windows Application
I would like to generate and export a report directly to excel (or any other format) when the user clicks a print button. I do not want to display a preview window first and have the user select the 'save as' option to accomplish this.
Is this possible? If so how do I do it?
Is this possible? If so how do I do it?
Comments
Please look at the Demos\C#\ExportToPDF demo project.