i'm looking or a NONE ASP.NET code. all over the web those i found
either don't work or are made for ASP.NET. Im just looking to output
dataset to excel with opening a file wich is the pseudo-template and
paste dataset info to it and save as new file.
Hi,
> i'm looking or a NONE ASP.NET code. all over the web those i found
> either don't work or are made for ASP.NET. Im just looking to output
> dataset to excel with opening a file wich is the pseudo-template and
> paste dataset info to it and save as new file.
You can simply save it as a comma separated file (CSV) and excel will read
it ok.
Now if you want that each table be in a separated sheet you have to use
another route.
There are a lot of examples of how to do it in the web.
Also it does not matter if it's ASP.NET or not I think the code should be
the same.