How to convert DataTable to a csv, txt or xls file using VB2005?
I used a custom made class for converting a DataTable to a csv file using VB2003. Is there anyway of conevrting DataTable to a csv, txt ot xls file using VB2005, without having to write a custom class? Is there any namespace with contains tools for doing this in .NET Framework 2.0? Thanks

