localhost
Wed Sep 29 15:05:43 CDT 2004
Thanks, but that is not exactly what I am looking for.
I am not doing an ASP.NET project. I am working inside a console
application. I have some code that pulls data from MSSQL into a
DataSet. Now I need to blast that data into an Excel file. I have
used the Jet driver in the past to read from Excel, but not to write.
Help.
Thanks.
On Wed, 29 Sep 2004 15:28:12 -0400, "Sahil Malik"
<contactmethrumyblog@nospam.com> wrote:
>You need ..
>
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=39d229cd-6e8d-4dc7-9431-b4627d606b70
>
>
>- Sahil Malik
>You can reach me thru my blog at
>
http://www.dotnetjunkies.com/weblog/sahilmalik
>
>
>"localhost" <primpilus@cohort.ces> wrote in message
>news:ap0ml0d41imgfj3ip3nnkisqvd8uhq0upr@4ax.com...
>> I have a DataSet with 3 named DataTables. What is the fastest way to
>> create a new workbook and spit each DataTable to a new worksheet?
>>
>> Thanks.
>>
>