View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
11Oppidan 11Oppidan is offline
external usenet poster
 
Posts: 7
Default DataSet to Excel/text

Hi,

Please could someone help me do the following in VB .NET. I would like to
know the most efficient way to write a populated dataset to a csv or text
file, naming and labelling the file and sheet. Is one able to use
dataset.writeXML(path). I can get this to work but I would like it in
normal excel format rather then xml code.

Any examples would be much appreciated.