Class Metadata
java.lang.Object
ch.tocco.nice2.reporting.api.excel.Metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddColumnWidth(Integer id, Integer width) voidaddMergeRegion(int startRow, int endRow, int startColumn, int endColumn) voidaddMergeRegion(String range) voidaddRowHeight(Integer id, Integer height) List<org.apache.poi.ss.util.CellRangeAddress> voidsetColumnDefaultWidth(Optional<Integer> columnDefaultWidth) voidsetRowDefaultHeight(Optional<Integer> rowDefaultHeight)
-
Constructor Details
-
Metadata
public Metadata()
-
-
Method Details
-
addRowHeight
-
addColumnWidth
-
addColumnAutoWidth
-
setRowDefaultHeight
-
setColumnDefaultWidth
-
addMergeRegion
-
addMergeRegion
public void addMergeRegion(int startRow, int endRow, int startColumn, int endColumn) -
getRowHeights
-
getColumnWidths
-
getColumnAutoWidths
-
getRowDefaultHeight
-
getColumnDefaultWidth
-
getMergeRegion
-