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 |
JExcelApiMetadataExporter.addCell(JRPrintText text,
String textStr,
JExcelApiMetadataExporter.StyleInfo baseStyle,
Map<String,Object> cellValueMap,
String currentColumnName,
boolean hasCurrentColumnData)
Deprecated.
|
protected void |
JExcelApiMetadataExporter.addTextElement(JRPrintText textElement,
String textStr,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean repeatValue,
String currentColumnName,
boolean hasCurrentColumnData)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getDetectedCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getFormulaCellValue(int x,
int y,
JRPrintText textElement,
TextValue textValue,
String formula,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean complexFormat)
Deprecated.
|
protected jxl.write.biff.CellValue |
JExcelApiMetadataExporter.getLabelCell(int x,
int y,
String textStr,
JExcelApiMetadataExporter.StyleInfo baseStyle)
Deprecated.
|
protected jxl.write.WritableCellFormat |
JExcelApiMetadataExporter.getLoadedCellStyle(JExcelApiMetadataExporter.StyleInfo styleKey)
Deprecated.
|
Constructor and Description |
---|
CellTextValueHandler(int x,
int y,
JRPrintText textElement,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
FormulaTextValueHandler(int x,
int y,
JRPrintText textElement,
String formula,
JExcelApiMetadataExporter.StyleInfo baseStyle,
boolean cellComplexFormat) |
Copyright © 2016. All rights reserved.