I have a SQL Server database that collects the info from a form. Every so often I am required to export an excel spreadsheet from the DB for reporting purposes.
Is it possible to create an xls (or csv) file from asp code so that I can point the users to a file which creates the xls for them, taking me out of the loop?
Preferably it need no compnants installed on the webserver.
The data to be exported are the headers then the DB contents.
Thanks
Is it possible to create an xls (or csv) file from asp code so that I can point the users to a file which creates the xls for them, taking me out of the loop?
Preferably it need no compnants installed on the webserver.
The data to be exported are the headers then the DB contents.
Thanks