Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a xml file and i have to generate a spreadsheet by using "Open Xml Concepts" through code.
Please let me know your valuable answers.
Posted
Comments
Richard MacCutchan 8-Apr-13 5:05am    
Read the data from the XML and write it to a spreadsheet, using CSV as an intermediate form, or the Microsoft.Excel.Interop namespace. There are many examples in the Articles section.
SalouaK 8-Apr-13 7:13am    
You just need to write a code hat create a file and use a ';' to sperate the data, and name the fime %.csv, the result file will be able to open up using Excel

1 solution

 
Share this answer
 
Comments
Maciej Los 8-Apr-13 9:34am    
Good point, my 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900