planetj.output.excel
Class POIExcelGenerator

java.lang.Object
  extended byplanetj.output.excel.POIExcelGenerator

public class POIExcelGenerator
extends java.lang.Object

Author:
Paul Holm To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
POIExcelGenerator()
           
 
Method Summary
 void setRowsInWorkSheet(RowCollection rc, org.apache.poi.hssf.usermodel.HSSFWorkbook wb, int sheetIndex, ExcelContext excel)
          This method will place data from the RowCollection into a POI workbook at the specified sheet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POIExcelGenerator

public POIExcelGenerator()
Method Detail

setRowsInWorkSheet

public void setRowsInWorkSheet(RowCollection rc,
                               org.apache.poi.hssf.usermodel.HSSFWorkbook wb,
                               int sheetIndex,
                               ExcelContext excel)
                        throws CMException
This method will place data from the RowCollection into a POI workbook at the specified sheet. The ExcelContext if for future expansion of variables to control the generation to a finer degree.

Parameters:
rc -
wb -
sheetIndex -
excel -
Throws:
CMException