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