i want to ask how to merge xml file with some colums in excel file.
let say i have a xml file like this
and in my excel file i have some colums, for example
| course | score |
| math | 1 |
| science | 2 |
now i want to combine my xml file with this excel file, notice for the excel file i just want to take colums course
the result that i want like this.
can somebody help me? i really need help for this.
and notice i want to do it in C# .net.
thank you very much.
VulpesPosted Jul 3, 2012, 8:33 AM
rendy jayaPosted Jul 3, 2012, 5:05 AM
thanks for your answer, so i cant combine directly these 2 file.
now i already convert my excel sheet into xml file.
do you know how to combine these two?
i mean like this, first xml file
and second xml file like this
so now i want to combine these two xml file based on the first xml.i mean took all value in first xml file and from the second xml take only the second node or thrid node or both,
example like this.
anyone know how to solve for this one? i really need help..thanks in advance.
George ericPosted Jul 2, 2012, 9:45 PM
rendy jayaPosted Jul 2, 2012, 3:35 PM
Suthish NairPosted Jul 2, 2012, 1:06 PM