Package com.kheops.util
Class ExcelExporter
java.lang.Object
com.kheops.util.ExcelExporter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidtoExcel(String sheetName, TableModel model, boolean[] columnFilters, OutputStream stream) 
- 
Constructor Details- 
ExcelExporterpublic ExcelExporter()
 
- 
- 
Method Details- 
toExcelpublic static void toExcel(String sheetName, TableModel model, boolean[] columnFilters, OutputStream stream) throws IOException - Throws:
- IOException
 
 
-