net.sf.jxls.formula
Interface FormulaResolver

All Known Implementing Classes:
BaseFormulaResolver, CommonFormulaResolver

public interface FormulaResolver

An interface to resolve coded formulas into real Excel formulas

Author:
Leonid Vysochyn

Method Summary
 java.lang.String resolve(Formula sourceFormula, WorkbookCellFinder cellFinder)
          This method resolves original formula coded in XLS template file into the real Excel formula
 

Method Detail

resolve

java.lang.String resolve(Formula sourceFormula,
                         WorkbookCellFinder cellFinder)
This method resolves original formula coded in XLS template file into the real Excel formula

Parameters:
sourceFormula - - Formula object representing coded formula found in XLS template file
cellFinder - - WorkbookCellFinder
Returns:
Real Excel formula to be placed instead of the coded one


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