Open XML in excel problem

  • Thread starter dermot_o_loughlin
  • Start date
D

dermot_o_loughlin

Hi all,

I have a problem opening xml in excel. If there are 2 or more rows in
the xml document it opens up fine in excel and shows headers. If there
is only 1 row in the xml document the headers do not get shown. Here is
some example xml:

1 Row
=====

<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Table>
<PropertyOwner_Id>232</PropertyOwner_Id>
<Propertyowner_MaritalStatus>Not
Known</Propertyowner_MaritalStatus>
<Propertyowner_FolioNumbers />
</Table>
</NewDataSet>

2 Rows
======

<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Table>
<PropertyOwner_Id>317</PropertyOwner_Id>
<Propertyowner_MaritalStatus>Not
Known</Propertyowner_MaritalStatus>
<Propertyowner_FolioNumbers />
</Table>
<Table>
<PropertyOwner_Id>318</PropertyOwner_Id>
<Propertyowner_MaritalStatus>Not
Known</Propertyowner_MaritalStatus>
<Propertyowner_FolioNumbers />
</Table>
</NewDataSet>

Any Ideas,
Dermot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top