FormulaController.java :  » Development » jXLS-0.9.9 » net » sf » jxls » formula » Java Open Source

Java Open Source » Development » jXLS 0.9.9 
jXLS 0.9.9 » net » sf » jxls » formula » FormulaController.java
package net.sf.jxls.formula;

import java.util.Map;

import net.sf.jxls.transformation.BlockTransformation;

/**
 * @author Leonid Vysochyn
 */
public interface FormulaController {
    public void updateWorkbookFormulas(BlockTransformation transformation);
    public Map getSheetFormulasMap();

    void writeFormulas(FormulaResolver formulaResolver);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.