Package ca.phon.app.opgraph.report
Class TableExporter
java.lang.Object
ca.phon.app.opgraph.report.TableExporter
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeTableToCSVFile
(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static void
writeTableToExcelWorkbook
(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static void
writeTableToFile
(DefaultTableDataSource table, List<String> columns, File file, TableExporter.TableExportType type, String encoding, boolean useIntegerForBoolean)
-
Constructor Details
-
TableExporter
public TableExporter()
-
-
Method Details
-
writeTableToFile
public static void writeTableToFile(DefaultTableDataSource table, List<String> columns, File file, TableExporter.TableExportType type, String encoding, boolean useIntegerForBoolean) throws IOException - Throws:
IOException
-
writeTableToExcelWorkbook
public static void writeTableToExcelWorkbook(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) throws IOException - Throws:
IOException
-
writeTableToCSVFile
public static void writeTableToCSVFile(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) throws IOException - Throws:
IOException
-