Package co.ecg.alpaca.core.table
Class AlpacaTableWriter
java.lang.Object
co.ecg.alpaca.core.table.AlpacaTableWriter
- Direct Known Subclasses:
AlpacaExcelTableWriter,AlpacaExcelXSSFTableWriter,AlpacaTextTableWriter,AlpacaXSVTableWriter
Created by jpuckett on 4/4/17.
- Version:
- $Id: $Id
- Author:
- mkeathley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumn(AlpacaTableColumn column) addColumn.abstract voidappend.abstract voidclose()close.abstract voidflush()flush.intabstract intvoidabstract voidwriteHeaders.
-
Constructor Details
-
AlpacaTableWriter
public AlpacaTableWriter()
-
-
Method Details
-
addColumn
addColumn.
- Parameters:
column- aAlpacaTableColumnobject.
-
writeEmptyRow
- Throws:
AlpacaExceptionIOException
-
append
append.
- Parameters:
cells- an array ofObjectobjects.- Throws:
IOException- if any.AlpacaException- if any.
-
flush
flush.
- Throws:
IOException- if any.
-
close
close.
- Throws:
IOException- if any.
-
writeHeaders
writeHeaders.
- Throws:
IOException- if any.
-
getRowCount
public abstract int getRowCount() -
getColumnCount
public int getColumnCount()
-