|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.queryengine.ExcelUserReport
Generates a basic Excel report document detailing collected user data. Uss jakarta POI library to create excel file. It requires the latest 2.X POI series to get the forumla support for summing and averaging.
Constructor Summary | |
ExcelUserReport(java.util.Map userDataMap,
java.lang.String fileName,
java.lang.String title)
Constructor for the ExcelUserReport object |
Method Summary | |
boolean |
generateReport()
Generate a report, creating the PDF to the file specified |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExcelUserReport(java.util.Map userDataMap, java.lang.String fileName, java.lang.String title)
userDataMap
- Key is username, Value is UserDatafileName
- Name of the output file to write totitle
- The title for the reportMethod Detail |
public boolean generateReport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |