<create>
<student>
<student name="name" value="rrrr" />
<student name="address" value="planet xy" />
<student name="phone" value="00000" />
</student>
</create>
and in my excel file i have some colums, for example
the result that i want like this.
<student name="score" value="math" />
can somebody help me? i really need help for this.
and notice i want to do it in C# .net.
thank you very much.