I wan to export XML from Excel where The maxoccurs attribute is not equal to 1.
I want to export XML and one of the tag/element has multiple value in one record. Excel gives me error like "can not save or export XML data. the XML maps in this workbook are not exportable."
and I similarly when I import such file into excel one record is repeated multiple time like in the screen shot.
I have a XSD file, may be it is of some help here.
Below is the element/tag that can have multiple values
<ModuleInstance>
<MODINSTID>3</MODINSTID>
<MODID>345</MODID>
<MODINSTSTARTDATE>2024-01-01</MODINSTSTARTDATE> </ModuleInstance>
Is there a way around it??