net.sf.jxls.util
Class FormulaUtil

java.lang.Object
  extended by net.sf.jxls.util.FormulaUtil

public class FormulaUtil
extends java.lang.Object

Author:
Leonid Vysochyn

Constructor Summary
FormulaUtil()
           
 
Method Summary
static void updateFormulas(org.apache.poi.ss.usermodel.Sheet sheet, java.util.List formulas, java.util.Map listRanges, java.util.Map namedCells, boolean ignoreUnresolved)
          This method updates formula cells
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormulaUtil

public FormulaUtil()
Method Detail

updateFormulas

public static void updateFormulas(org.apache.poi.ss.usermodel.Sheet sheet,
                                  java.util.List formulas,
                                  java.util.Map listRanges,
                                  java.util.Map namedCells,
                                  boolean ignoreUnresolved)
This method updates formula cells

Parameters:
sheet - Sheet to update
ignoreUnresolved - Flag indicating should unresolved formulas be removed or just ignored


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