View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
viswas_p viswas_p is offline
external usenet poster
 
Posts: 1
Default Transforming Excel data to Xml

I am using Excel 2000 with c#, i want to transform Excel data to Xml.
I am able to do so using OleDbConnection, then transferring data to
dataset and generating xml from dataset, but the solution is not that
effective. If anybody can suggest me other alternatives or even post
sample code, it will be of great use. its Little urgent for me.