Package com.amalgamasimulation.excel
Class CSVFile<E>
java.lang.Object
com.amalgamasimulation.excel.Table<E>
com.amalgamasimulation.excel.CSVFile<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TableColumn<E, T, ? extends Table<E>> <T> TableColumn<E, T, ? extends Table<E>> convertToCSV(E data) protected voidgenerateTable(ZipOutputStream zipOut) List<TableColumn<E, ?, Table<E>>>
-
Constructor Details
-
CSVFile
-
-
Method Details
-
addColumn
-
addColumn
-
convertToCSV
-
generateTable
- Throws:
IOException
-
getColumns
- Specified by:
getColumnsin classTable<E>
-