Previously I am using excel file to genrate the .xml file manually by using export from an already open excel file and use the same file .xml file to genearte the file using msxsl.exe
like
msxsl.exe exported.xml file.xsl -o outputfile
Now I want to automate the genration of exported.xml file instead of doing it manually. Some one suggest me replace excel file with .csv file and it will reduce the effort. I am able to use csv file , but I dont know how to generate the exported.xml file from a csv file automatically as well from a excel file too.
Can anybody suggest me some quick way to do the same?
Thanks & Regards Vikas