| 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 |
JExcelApiExporter.addCell(int x,
int y,
JRPrintText text,
String textStr,
JExcelApiExporter.StyleInfo baseStyle) |
protected jxl.write.biff.CellValue |
JExcelApiExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat) |
protected jxl.write.biff.CellValue |
JExcelApiExporter.getLabelCell(int x,
int y,
String textStr,
JExcelApiExporter.StyleInfo baseStyle) |
protected jxl.write.WritableCellFormat |
JExcelApiExporter.getLoadedCellStyle(JExcelApiExporter.StyleInfo styleKey) |
| Constructor and Description |
|---|
JExcelApiExporter.CellTextValueHandler(int x,
int y,
JRPrintText textElement,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
JExcelApiExporter.FormulaTextValueHandler(int x,
int y,
JRPrintText textElement,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
Copyright © 2014. All rights reserved.