Uses of Class
com.amalgamasimulation.excel.ExcelTable
Packages that use ExcelTable
-
Uses of ExcelTable in com.amalgamasimulation.excel
Fields in com.amalgamasimulation.excel declared as ExcelTableMethods in com.amalgamasimulation.excel that return ExcelTableModifier and TypeMethodDescription<E> ExcelTable<E> protected <E> ExcelTable<E> ExcelFile.createTable(String sheetName, int row, int column, List<E> elements, boolean isAutoSizeColumns) ExcelTableColumn.getTable()ExcelTable.setAutoSizeColumns(boolean isAutoSizeColumns) ExcelTable.setColors(Color defaultTitleBackgroundColor, Color defaultDataBackgroundColor, Color defaultBorderLineColor) ExcelTable.setFreezeColumn(int amountFreezeColumn) ExcelTable.setFreezeHeader(boolean freezeHeader) ExcelTable.setHeaderRowHeight(int headerRowHeight) ExcelTable.setNameRowHeight(int nameRowHeight)