Hi all,
I like to export XML-data from an Excel-sheet. For this I use an XSD-schema wich is imported into my sheet as an XML-mapping.
The export works so far but I've got two problems.
First is:
How do I connect an XSD-attribute to a complete column. I'm only able to attach one single value. The result is, that the exported XML contains only one dataset.
Second problem:
I need some fixed values in the XML wich are not stored in the Excel-sheet. To get them into the XML I tried to define some constants in my XSD.
Needed output ist:
example XSD:
I'm not sure if the XSD is correct or if Excel has a problem with fix attributes. Anyway Excel forces me to attach a value to all attributes from the XSD. Otherwise it declines the export.
Thanks in andvance,
Kuesel
Bookmarks