Excel (XLS) Generation Using XSL Tranformation

For generating an Excel (XLS) from an XML file you need an XSLT stylesheet which converts the XML file to an XSL file. The created XSL file is also an XML file which contains all the formatted objects. The ORMB reporting framework reads the XSL file and formats it to an Excel (XLS) document.

The process overview of Excel (XLS) generation from an XML file is shown in the below image: