Click to See Complete Forum and Search --> : Xml in Excel


andrejx
12-03-2007, 06:07 AM
Hello


I have xml file that i want to fill in with data in excel and everything works but i need to have at least 2 rows with data in xml so that excel kan save more, if its no data on the beginning when excel opens it than its impossible to save anything.

If i open this xml then everything is ok

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Klass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AmneLista>
<Elev>rews</Elev>
<Amne>wr</Amne>
<Tenterat>rw</Tenterat>
<Hogsta_betyg>wr</Hogsta_betyg>
<Omfattning>rw</Omfattning>
</AmneLista>
<AmneLista>
<Elev>rwe</Elev>
<Amne>rw</Amne>
<Tenterat>rwe</Tenterat>
<Hogsta_betyg>rwe</Hogsta_betyg>
<Omfattning>rwe</Omfattning>
</AmneLista>
<AmneLista>
<Elev>rwe</Elev>
<Amne>rwe</Amne>
<Tenterat>rwe</Tenterat>
<Hogsta_betyg>rwe</Hogsta_betyg>
<Omfattning>rwe</Omfattning>
</AmneLista>
</Klass>


But if i took away 2 of "Amneslista" than it is a problem.

Maybe someone can help me with this problem. I would be very Grateful