Package co.ecg.alpaca.core.table
Class AlpacaExcelTableWriter
java.lang.Object
co.ecg.alpaca.core.table.AlpacaTableWriter
co.ecg.alpaca.core.table.AlpacaExcelTableWriter
- Direct Known Subclasses:
EncryptedTableWriter
A class to hold generic tools for writing Reports in the Alpaca library.
- Version:
- $Id: $Id
- Author:
- James Puckett on 03/23/07 jpuckett@ecg.co
-
Constructor Summary
ConstructorsConstructorDescriptionAlpacaExcelTableWriter(OutputStream outputStream, String tmpDirectory) Constructor for AlpacaExcelTableWriter. -
Method Summary
Modifier and TypeMethodDescriptionvoidappend.voidclose()close.voidflush()flush.getPoiTempDirectory(String directory) intvoidwriteHeaders.Methods inherited from class co.ecg.alpaca.core.table.AlpacaTableWriter
addColumn
-
Constructor Details
-
AlpacaExcelTableWriter
public AlpacaExcelTableWriter(OutputStream outputStream, String tmpDirectory) throws AlpacaException Constructor for AlpacaExcelTableWriter.
- Parameters:
outputStream- aOutputStreamobject.- Throws:
AlpacaException- if any.
-
-
Method Details
-
append
append.
- Specified by:
appendin classAlpacaTableWriter- Parameters:
cells- an array ofObjectobjects.
-
getRowCount
public int getRowCount()- Specified by:
getRowCountin classAlpacaTableWriter
-
flush
public void flush()flush.
- Specified by:
flushin classAlpacaTableWriter
-
writeHeaders
writeHeaders.
- Specified by:
writeHeadersin classAlpacaTableWriter- Throws:
IOException- if any.
-
close
close.
- Specified by:
closein classAlpacaTableWriter- Throws:
IOException- if any.
-
getPoiTempDirectory
-