Uses of Class
overit.geocall.basic.ui.xlsx.XlsxTableView
Packages that use XlsxTableView
-
Uses of XlsxTableView in overit.geocall.basic.ui.xlsx
Subclasses of XlsxTableView in overit.geocall.basic.ui.xlsxModifier and TypeClassDescriptionclassThis class extendsXlsxTableViewand implementsDBObjectMapper.
This class represent an Excel file can have more working sheets, in that case every sheet must have a different name and label, the title is optional.
Manages the rappresentation of the DBView.Methods in overit.geocall.basic.ui.xlsx that return XlsxTableViewModifier and TypeMethodDescriptionXlsxSheet.getTableView(String name) Gets theXlsxTableViewdefined by name passed by parameter. -
Uses of XlsxTableView in overit.geocall.basic.ui.xlsx.format
Methods in overit.geocall.basic.ui.xlsx.format with parameters of type XlsxTableViewModifier and TypeMethodDescriptionorg.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTableFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxTableView tabella, XlsxComponent cella) Gets a newXSSFCellStylewith all style from a cell and table, passed by parameters.org.apache.poi.xssf.usermodel.XSSFCellStyleXlsxTableFormat.getCellStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxTableView tabella, XlsxComponent cella, String styleName) Gets a newXSSFCellStylewith all style from a cell and table, passed by parameters.protected voidXlsxTableFormat.setFontStyle(org.apache.poi.ss.usermodel.Sheet sheet, XlsxTableView table, XlsxComponent cell, org.apache.poi.xssf.usermodel.XSSFCellStyle cs)