Uses of Class
planetj.output.excel.ExcelContext

Packages that use ExcelContext
planetj.output.excel   
 

Uses of ExcelContext in planetj.output.excel
 

Methods in planetj.output.excel with parameters of type ExcelContext
 void POIExcelGenerator.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.