public class FormulaUtil
extends java.lang.Object
| Constructor and Description |
|---|
FormulaUtil() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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)
sheet - Sheet to updateignoreUnresolved - Flag indicating should unresolved formulas be removed or just ignoredCopyright © 2005-2014 jXLS Team. All Rights Reserved.