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.
|