net.sf.jxls.processor
Interface PropertyPreprocessor


public interface PropertyPreprocessor

Allows to process cell in template before actual processing starts

Author:
Leonid Vysochin

Method Summary
 java.lang.String processProperty(java.lang.String propertyTemplateName)
          This method is invoked for each cell in template before all other processing starts
 

Method Detail

processProperty

java.lang.String processProperty(java.lang.String propertyTemplateName)
This method is invoked for each cell in template before all other processing starts

Parameters:
propertyTemplateName - The actual cell value in template
Returns:
New cell value


Copyright © 2005-2013 jXLS Team. All Rights Reserved.