public class Formula
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
Formula() |
Formula(Formula f) |
Formula(java.lang.String formula,
Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
boolean |
containsListRanges() |
java.util.Set |
findRefCells() |
java.lang.String |
getActualFormula() |
java.lang.String |
getAppliedFormula(java.util.Map listRanges,
java.util.Map namedCells) |
java.lang.Integer |
getCellNum() |
java.util.Set |
getCellRefs() |
java.lang.String |
getFormula() |
java.util.List |
getFormulaParts() |
java.lang.String |
getInlineFormula(int n) |
java.lang.Integer |
getRowNum() |
Sheet |
getSheet() |
boolean |
isInline() |
void |
removeCellRefs(java.util.Set cellRefsToRemove) |
void |
setCellNum(java.lang.Integer cellNum) |
void |
setFormula(java.lang.String formula) |
void |
setRowNum(java.lang.Integer rowNum) |
void |
setSheet(Sheet sheet) |
java.lang.String |
toString() |
boolean |
updateReplacedRefCellsCollection() |
public Formula(java.lang.String formula,
Sheet sheet)
public Formula()
public Formula(Formula f)
public static void clearCache()
public Sheet getSheet()
public void setSheet(Sheet sheet)
public java.lang.String getFormula()
public void setFormula(java.lang.String formula)
public java.lang.Integer getRowNum()
public void setRowNum(java.lang.Integer rowNum)
public java.lang.Integer getCellNum()
public void setCellNum(java.lang.Integer cellNum)
public java.util.Set getCellRefs()
public java.util.List getFormulaParts()
public boolean isInline()
public java.lang.String getInlineFormula(int n)
public java.lang.String getAppliedFormula(java.util.Map listRanges,
java.util.Map namedCells)
public java.lang.String getActualFormula()
public java.util.Set findRefCells()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean containsListRanges()
public void removeCellRefs(java.util.Set cellRefsToRemove)
public boolean updateReplacedRefCellsCollection()
Copyright © 2005-2014 jXLS Team. All Rights Reserved.