The hierarchical XML data structure can be converted to a spreadsheet data structure of a book, sheets, rows and columns. In the conversion implemented by XmlGrid, the root or an arbitrary element is mapped to the book. Elements with child elements of the same element names or attributes are mapped to rows. The child elements of the row elements are mapped to columns.
When an XML document is loaded, XmlGrid searches the element tree and group the elements into sheets, rows and columns. The user can specify whether the whole or any part of the XML document needs to converted to spreadsheet. XmlGrid will create a spreadsheet book with one or many sheets, depending on the structure of the XML document.
convert xml to pdf.