程序包 | 说明 |
---|---|
com.fr.io.exporter | |
com.fr.io.exporter.excel.stream | |
com.fr.io.exporter.poi.wrapper | |
com.fr.web.core.utils |
限定符和类型 | 方法和说明 |
---|---|
protected void |
AbstractExcelExporter.dealWithAlignAndMargin(POISheetAction sheet,
ReportSettingsProvider reportSettings,
Margin margin)
设置是否垂直水平居中, 以及边距
|
protected void |
AbstractExcelExporter.setColumnRowBreak(CellElement cellElement,
POISheetAction sheet,
int column,
int row,
int lastColumn,
int lastRow)
设置Excel中的行列分页点
|
限定符和类型 | 方法和说明 |
---|---|
void |
StreamExcel2007Exporter.setColumnRowBreak(CellElement cellElement,
POISheetAction sheet,
int column,
int row,
int lastColumn,
int lastRow) |
限定符和类型 | 类和说明 |
---|---|
class |
HssfSheetWrapper |
class |
XssfSheetWrapper |
限定符和类型 | 方法和说明 |
---|---|
static void |
ExportUtils.dealWithAlignAndMargin(POISheetAction sheet,
ReportSettingsProvider reportSettings,
Margin margin)
设置是否垂直水平居中, 以及边距
|