A colleague of mine has an XML document which she opens in Excel 2007, using "Get External Data / From XML Data Import".
Excel maps the XML to columns automatically. However, some elements store numerical data, which Excel refuses to treat as a number:
<SOME_NUMBER>68.12</SOME_NUMBER>
Instead, the cell shows the "number stored as text" error.
Currently no XML Schema is attached to the document, and I would want to avoid creating one, if possible. What other options are there?
P.S.: Trying different regional settings was unsuccessful. Data always seems to be viewed as text.