| Package | Description |
|---|---|
| tech.grasshopper.excel.report.cell | |
| tech.grasshopper.excel.report.table |
| Modifier and Type | Field and Description |
|---|---|
static CellValueOptions |
CellValueOptions.BOLD_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.BOLD_HORIZCENTER_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.EMPTY_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.ITALIC_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.POSITIVENUMBER_HORIZCENTER_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.POSITIVENUMBER_STATUSFAILEDTEXTCOLOR_HORIZCENTER_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.POSITIVENUMBER_STATUSPASSEDTEXTCOLOR_HORIZCENTER_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.POSITIVENUMBER_STATUSSKIPPEDTEXTCOLOR_HORIZCENTER_CELL_OPTIONS |
static CellValueOptions |
CellValueOptions.STATUS_BOLD_CELL_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
static CellValueOptions |
CellValueOptions.getStatusColorCellValueOption(Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellOperations.writeValue(org.apache.poi.ss.util.CellReference cellReference,
String cellValue,
CellValueOptions options) |
void |
CellOperations.writeValue(String cellName,
String cellValue,
CellValueOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTableOperations.writeTableCellValues(String startCell,
List<T> tableData,
Function<T,List<String>> rowValueTransformer,
List<CellValueOptions> valueOptions) |
Copyright © 2023. All rights reserved.