export datatable to excel

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



#1 Is there a quick way to export a datatable to an excel file? Or delimited file?

#2 Where is the appropriate Microsoft monitored group to ask about writing reports in SQL Reporting services or SQL Server Business Intelligence Development Studio or whatever it's called?
.



Relevant Pages

  • Re: export datatable to excel
    ... "cj2" wrote in message ... #2 Where is the appropriate Microsoft monitored group to ask about writing reports in SQL Reporting services or SQL Server Business Intelligence Development Studio or whatever it's called? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Need to automate the FTP of EXCEl file to Mainframes
    ... I am reading thru cobol program after saving it as a text tab ... But now want this conversion of excel file to text tab delimited file ...
    (comp.lang.cobol)
  • Re: Need to automate the FTP of EXCEl file to Mainframes
    ... Use VB to extrat the excel into a Tab Delimited file. ... I am reading thru cobol program after saving it as a text tab ... But now want this conversion of excel file to text tab delimited file ...
    (comp.lang.cobol)
  • Converting from CSV to Tab Delimited
    ... I am having trouble converting from comma delimited to to tab delimited. ... When I convert from a comma delimited file to a Excel file the rows and ... When I try to save as a tab delimited file it throws my ... The person I am working with can convert this file fine on his workstation, ...
    (microsoft.public.excel.misc)
  • Re: Read Tab dilimeted file
    ... I have a excel file, also saved as tab delimited file. ... You'll want to look at methods such as StreamReader.ReadLine, String.Split, and the Parsemethod on the various types you'll want to generate (such as DateTime and Int32). ...
    (microsoft.public.dotnet.languages.csharp)