I am looking to have the result of a SQL query exported to Excel, formatted into a template.
Basically the user clicks on the datarow, the query executes for that particular parameter and the the user is given the option to save to Excel file.
- How do i insert this data into an Excel template.
- Can I bypass saving the Excel file to a location so the user is only prompted, thus if cancelled file is not saved?
Cheers
Bill