Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i need to read a xls file and write its data into xml file using vc++.Plz suggest some code.
for example if xls has firdt col name = "nitin" and second col age = 26,then:-

xml will be as follows:

XML
<nitin>
 <age>26<age>
<\nitin>
Posted
Updated 12-Apr-13 2:34am
v2
Comments
E.F. Nijboer 12-Apr-13 8:30am    
Have you tried "save as..." and choose xml file type?

XLS is already XML, take a look: Microsoft Office XML formats[^]

The Microsoft Office XML formats are XML-based document formats (or XML schemas) introduced in versions of Microsoft Office prior to Office 2007. Microsoft Office XP introduced a new XML format for storing Excel spreadsheets and Office 2003 added an XML-based format for Word documents.[1]
 
Share this answer
 
Comments
Maciej Los 12-Apr-13 13:09pm    
+5
Leo Chapiro 12-Apr-13 15:33pm    
Thanks, Maciej! :)

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