Class TableExporter
java.lang.Object
ca.phon.app.opgraph.report.TableExporter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteTableToCSVFile(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static voidwriteTableToExcelWorkbook(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static voidwriteTableToFile(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
-