XmlMappedRange objects not created following mapping of XSD elemen

W

wembley

I am attempting to programmaticaly get at the XmlMappedRange of a schema /
XML map that was mapped to non-repeating cells for the purposes of taking a
fairly complex set of mappings and programmaticaly repeat the mapping over
subsequent row groupings.

The idea is to process data from rows 1 through 50, then 52 through 101, 103
through ... until I reached the end of the used range for the worksheet. I
would like to allow the user to drag-and-drop the elements from the XML map
onto the first grouping of records (e.g., 1 through 50) and replicate this
mapping going down the portals when attempting to export to XML.

By examining the XmlMappedRange type, would it yield cell location
information that I may use to parse?

I have attempted to drag the elements from the XSD / XMLMap but have found
no automatic generation / creation of XmlMappedObjects in any of my
worksheets or containing workbook.

Any advice would be greatly appreciated.

Thanks,
Michael
 

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