资 源 简 介
jxReport
This library let you create HTML Report from xml code.
The generated output is a standalone html file, containing all it needs to show charts, sortable tables, and text.
Fast Usage
Usage from JAR:
Download the runnable JAR from the download section;
Write your XML or download the xml example from the download section;
Type in you command line java -jar jxreport.jar YOUR\_XML.xml YOUR\_HTML.html
Watch your report into your favorite browser by opening the YOUR_HTML.html file
Usage from Java Code:
Include JAR or sources in you build path;
Create the HTMLReportGenerator object, it can get the xml code by org.w3c.dom.Document object, file or string;
Generate the html code by using the String getHTMLCode() method;
Android Usage
Please refer to the wiki page
h