public class CSVOutputHandler extends OutputTypeHandler
file, mimeType| Constructor and Description |
|---|
CSVOutputHandler(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
escapeString(java.lang.Object output) |
void |
flushFile() |
void |
writeCell(java.lang.Object output,
int col,
int row)
The row indexing is zero based, from the perspective of the row data,
ignoring how many rows were used for the header
|
void |
writeHeaderCell(java.lang.String text,
int col) |
getFile, getMimeType, writeFooterCellpublic void flushFile()
flushFile in class OutputTypeHandlerpublic void writeCell(java.lang.Object output,
int col,
int row)
OutputTypeHandlerwriteCell in class OutputTypeHandlerpublic void writeHeaderCell(java.lang.String text,
int col)
writeHeaderCell in class OutputTypeHandlerprotected java.lang.String escapeString(java.lang.Object output)
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.