org.zkoss.pivot.util.poi
Interface CellStyleConfigurator


public interface CellStyleConfigurator

The configuration interface for managing POI cell style

Author:
simonpai

Method Summary
 void config(Exports.PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)
          Configure pivot table's cell.
 java.lang.String getDateFormat(java.lang.String field)
          Returns date format
 

Method Detail

config

void config(Exports.PivotExportCell.Type type,
            org.zkoss.poi.ss.usermodel.Cell cell,
            StyleFactory styleFactory)
Configure pivot table's cell.

Parameters:
type - cell type
cell -
style - factory. use it to get or create style

getDateFormat

java.lang.String getDateFormat(java.lang.String field)
Returns date format

Parameters:
field -
Returns:


Copyright © 2013. All Rights Reserved.