Import xml data have incorrect format

B

babba

i'm trying to import data in excel 2003 trought xmlimport feature.

es.
Workbook.XmlMaps("xxxx_mapping").Import("xxx.xml", True)

The data are imported but the format of some cells are not correct.
For example decimal number mapped in the schema of the worksheet are
signed from excel like text end not number.

i've tryed to apply correct format via code (...
Application.Selection.NumberFormat = "#,##0.00"...) but without
positive result.

have you some ideas? it's a bug of excel or it's my fault?

thks
 

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

Top