@Retention(value=RUNTIME) @Target(value={}) @Documented public @interface ExcelFunctionMergeRow
ExcelFunctionRows.| Modifier and Type | Required Element and Description |
|---|---|
ExcelColumn |
excelColumn
Excel column.
|
ExcelFunction |
excelFunction
Excel function.
|
ExcelMergeRow |
excelMergeRow
Excel merge row.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ExcelCellLayout |
excelCellsLayout
Excel cells layout.
|
ExcelColumnWidth |
excelColumnWidth
Excel column width.
|
ExcelHeaderCellLayout |
excelHeaderCellLayout
Excel header cell layout.
|
ExcelSubtotal |
excelSubtotal
Excel subtotal.
|
public abstract ExcelColumn excelColumn
public abstract ExcelMergeRow excelMergeRow
public abstract ExcelFunction excelFunction
public abstract ExcelCellLayout excelCellsLayout
public abstract ExcelColumnWidth excelColumnWidth
public abstract ExcelHeaderCellLayout excelHeaderCellLayout
public abstract ExcelSubtotal excelSubtotal
Copyright © 2022. All rights reserved.