Package | Description |
---|---|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JExcelApiExporter.addCell(int x,
int y,
JRPrintText text,
String textStr,
JExcelApiExporter.StyleInfo baseStyle)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getLabelCell(int x,
int y,
String textStr,
JExcelApiExporter.StyleInfo baseStyle)
Deprecated.
|
protected jxl.write.WritableCellFormat |
JExcelApiExporter.getLoadedCellStyle(JExcelApiExporter.StyleInfo styleKey)
Deprecated.
|
Constructor and Description |
---|
CellTextValueHandler(int x,
int y,
JRPrintText textElement,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
FormulaTextValueHandler(int x,
int y,
JRPrintText textElement,
String formula,
JExcelApiExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
Copyright © 2017. All rights reserved.