public class XlsxCellHelper extends BaseHelper
jasperReportsContext, writer| Constructor and Description |
|---|
XlsxCellHelper(JasperReportsContext jasperReportsContext,
Writer writer,
XlsxStyleHelper styleHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
exportFooter() |
void |
exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex)
public XlsxBorderHelper getBorderHelper()
{
return borderHelper;
}
/**
|
void |
exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex,
TextValue textValue,
String pattern,
Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
static String |
getColumIndexLetter(int colIndex) |
static String |
getVerticalAlignment(VerticalAlignEnum verticalAlignment) |
close, flush, writepublic XlsxCellHelper(JasperReportsContext jasperReportsContext, Writer writer, XlsxStyleHelper styleHelper)
public void exportHeader(JRExporterGridCell gridCell, int rowIndex, int colIndex)
public void exportHeader(JRExporterGridCell gridCell, int rowIndex, int colIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked)
public void exportFooter()
public static String getVerticalAlignment(VerticalAlignEnum verticalAlignment)
public static String getColumIndexLetter(int colIndex)
Copyright © 2012. All Rights Reserved.