Package org.zkoss.pivot.util.poi
Interface CellStyleConfigurator
-
public interface CellStyleConfigurator
The configuration interface for managing POI cell style- Author:
- simonpai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
config(PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)
Configure pivot table's cell.String
getDataFormat(String field)
Returns data format
-
-
-
Method Detail
-
config
void config(PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)
Configure pivot table's cell.- Parameters:
type
- cell typecell
-styleFactory
- use it to get or create style
-
-