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 | Field and Description |
---|---|
protected Map<JRXlsExporter.StyleInfo,org.apache.poi.hssf.usermodel.HSSFCellStyle> |
JRXlsExporter.loadedCellStyles |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsExporter.createTextCell(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRStyledText styledText,
JRXlsExporter.StyleInfo baseStyle,
short forecolor) |
protected org.apache.poi.hssf.usermodel.HSSFCellStyle |
JRXlsExporter.getLoadedCellStyle(JRXlsExporter.StyleInfo style) |
protected org.apache.poi.hssf.usermodel.HSSFCellStyle |
JRXlsExporter.initCreateCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRXlsExporter.StyleInfo baseStyle) |
Copyright © 2016. All rights reserved.