Creating Excel Documents from Scratch.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am exporting out Raw Data from a SQL Server DB and want this data to be
easily read by Excel 2003. I have scripts that need to run to get the
correct info out and emailed, so just using the ODBC connection isn't going
to work. Any suggestions other than creating a C# program?

Thanks
 
If it is only data, Excel can open CSV files.
Or Excel/VBA can query the database directly.

Depends what happens in the SQL Server > Email steps.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top