| Package | Description |
|---|---|
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JExcelApiMetadataExporter.addCell(JRPrintText text,
String textStr,
JExcelApiMetadataExporter.StyleInfo baseStyle,
Map<String,Object> cellValueMap,
String currentColumnName) |
protected void |
JExcelApiMetadataExporter.addTextElement(JRPrintText textElement,
String textStr,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean repeatValue,
String currentColumnName) |
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getLabelCell(int x,
int y,
String textStr,
JExcelApiMetadataExporter.StyleInfo baseStyle) |
protected jxl.write.WritableCellFormat |
JExcelApiMetadataExporter.getLoadedCellStyle(JExcelApiMetadataExporter.StyleInfo styleKey) |
| Constructor and Description |
|---|
JExcelApiMetadataExporter.CellTextValueHandler(int x,
int y,
JRPrintText textElement,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
JExcelApiMetadataExporter.FormulaTextValueHandler(int x,
int y,
JRPrintText textElement,
String formula,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
Copyright © 2012. All Rights Reserved.