Ontimize 5.2072EN

com.ontimize.util.xls
Interface XLSExporter

All Known Implementing Classes:
ClipboardXLSExporterUtils, Poi3_2XLSExporterUtils, Poi3_5XLSExporterUtils, PoiXLSExporterUtils

public interface XLSExporter


Method Summary
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.Hashtable hColumnRenderers, java.util.List columnSort, boolean writeHeader, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.Hashtable hColumnRenderers, java.util.List columnSort, boolean writeHeader, boolean xlsx, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.Hashtable hColumnRenderers, java.util.List columnSort, java.util.List columnStyles, java.util.List columnHeaderStyles, org.apache.poi.hssf.usermodel.HSSFWorkbook wb, boolean writeHeader, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.Hashtable hColumnRenderers, java.util.List columnSort, java.util.List columnStyles, java.util.List columnHeaderStyles, org.apache.poi.hssf.usermodel.HSSFWorkbook wb, boolean writeHeader, boolean xlsx, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.List columnSort, boolean writeHeader, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.List columnSort, boolean writeHeader, boolean xlsx, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.List columnSort, java.util.List columnStyles, java.util.List columnHeaderStyles, org.apache.poi.hssf.usermodel.HSSFWorkbook wb, boolean writeHeader, boolean openFile)
           
 void createXLS(EntityResult rs, java.io.File output, java.lang.String sheetName, java.util.List columnSort, java.util.List columnStyles, java.util.List columnHeaderStyles, org.apache.poi.hssf.usermodel.HSSFWorkbook wb, boolean writeHeader, boolean xlsx, boolean openFile)
           
 

Method Detail

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.List columnSort,
                      boolean writeHeader,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.List columnSort,
                      boolean writeHeader,
                      boolean xlsx,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.List columnSort,
                      java.util.List columnStyles,
                      java.util.List columnHeaderStyles,
                      org.apache.poi.hssf.usermodel.HSSFWorkbook wb,
                      boolean writeHeader,
                      boolean xlsx,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.List columnSort,
                      java.util.List columnStyles,
                      java.util.List columnHeaderStyles,
                      org.apache.poi.hssf.usermodel.HSSFWorkbook wb,
                      boolean writeHeader,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.Hashtable hColumnRenderers,
                      java.util.List columnSort,
                      boolean writeHeader,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.Hashtable hColumnRenderers,
                      java.util.List columnSort,
                      boolean writeHeader,
                      boolean xlsx,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.Hashtable hColumnRenderers,
                      java.util.List columnSort,
                      java.util.List columnStyles,
                      java.util.List columnHeaderStyles,
                      org.apache.poi.hssf.usermodel.HSSFWorkbook wb,
                      boolean writeHeader,
                      boolean xlsx,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

createXLS

public void createXLS(EntityResult rs,
                      java.io.File output,
                      java.lang.String sheetName,
                      java.util.Hashtable hColumnRenderers,
                      java.util.List columnSort,
                      java.util.List columnStyles,
                      java.util.List columnHeaderStyles,
                      org.apache.poi.hssf.usermodel.HSSFWorkbook wb,
                      boolean writeHeader,
                      boolean openFile)
               throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize