public abstract class BaseFormulaResolver extends java.lang.Object implements FormulaResolver
FormulaResolver interface implementations| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cellRangeSeparator |
protected static org.apache.commons.logging.Log |
log |
protected static java.lang.String |
regexCellCharPart |
protected static java.lang.String |
regexCellDigitPart |
protected static java.lang.String |
regexCellRef |
protected static java.util.regex.Pattern |
regexCellRefPattern |
| Constructor and Description |
|---|
BaseFormulaResolver() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getFormulaListRangeToken() |
static void |
setFormulaListRangeToken(java.lang.String formulaListRangeToken) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveprotected static final java.lang.String regexCellRef
protected static final java.util.regex.Pattern regexCellRefPattern
protected static final java.lang.String regexCellCharPart
protected static final java.lang.String regexCellDigitPart
protected java.lang.String cellRangeSeparator
protected static final org.apache.commons.logging.Log log
Copyright © 2005-2014 jXLS Team. All Rights Reserved.