Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Read the excel file into dataset and convert the each row data into given XML format and save it in the database.

My Excel file contains the rows : Name, Description, state , provision etc.

XML template format is :
HTML
<type>
     <info>
         <name displayname="Full Name"> [Data from excel row</name>
         <description displayname="Description">[Data from excel row]</description>
         ...
         ...
      </info>
</type>


Is there any predefined functions to convert into xml template.
Same functionality should be done in different modules with different xml template.

The predifed template saved as xml file in the folder.
Posted
Updated 20-Oct-11 1:48am
v2

1 solution

 
Share this answer
 

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