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.
|
net.sf.jasperreports.engine.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell,
int colIndex,
int rowIndex) |
protected void |
JRXlsAbstractMetadataExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell,
int colIndex,
int rowIndex) |
protected void |
JExcelApiExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell,
int colIndex,
int rowIndex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JROdsExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell,
int colIndex,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXlsxExporter.addOccupiedCell(OccupiedGridCell occupiedGridCell,
int colIndex,
int rowIndex) |
Copyright © 2017. All rights reserved.