Package | Description |
---|---|
com.ibm.tivoli.maximo.export | |
com.ibm.tivoli.maximo.export.excel |
Modifier and Type | Class and Description |
---|---|
class |
ExportContext
Simple Export Context holding the
UserInfo |
Modifier and Type | Method and Description |
---|---|
void |
IExportWriter.emitCell(int cellPos,
java.lang.Object val,
int maxType,
ICellStyle style,
IExportContext context)
Writes a cell's value to the output document
|
Modifier and Type | Method and Description |
---|---|
void |
CsvExportWriter.emitCell(int cellPos,
java.lang.Object val,
int maxType,
ICellStyle style,
IExportContext context)
Formats values accordingly based on the type of object and encodes double quotes and wraps strings
containing commas with quotes and then writes encoded string to the buffer.
|
void |
ExcelExportWriter.emitCell(int cellPos,
java.lang.Object val,
int maxType,
ICellStyle style,
IExportContext context) |