|
With ExcelTemplate, you can import data from virtually any source. This
demo shows how to parse an XML file and put the data into arrays for use in an
ExcelTemplate report.
Technical Overview
The parseXml method of this demo reads an XML file and parses it using
XML DOM. The data is read into an array of type Object[][], and then
bound to the report with the setDataSource method.
View source
View template
Click to run demo

Copyright 2005 © SoftArtisans, Inc. All Rights
Reserved.
|