@PublicApi public interface ExcelColumn extends ExportColumn<ExcelCell>
ExcelColumn is a specialization of ExportColumn for exporting to the Microsoft Excel format,
offering limited support for Excel-specific styling.
Excel export is backed by Apache POI. For advanced formatting you can call the underlying POI objects directly, obtaining them from the column context.
ExcelCell,
AttributeContext.getObject(Object),
ExportContextKeys.Excel| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultStyle(ExcelStyle style)
Set the default cell style.
|
getHeaderCell, setRoundingvoid setDefaultStyle(@Nullable
ExcelStyle style)
ExcelCell.setStyle(ExcelStyle). We recommend that you set the single (or the most
frequently used) style as the default column style, instead of applying this style to each cell.style - The style.Copyright © 2023 ALM Works. All Rights Reserved.