public class FormulaParseContext extends AbstractContext implements Serializable
Constructor and Description |
---|
FormulaParseContext(SBook book,
Ref dependent) |
FormulaParseContext(SBook book,
SSheet sheet,
SCell cell,
String sheetName,
Ref dependent) |
FormulaParseContext(SBook book,
SSheet sheet,
SCell cell,
String sheetName,
Ref dependent,
Locale locale) |
FormulaParseContext(SCell cell,
Ref dependent) |
FormulaParseContext(SCell cell,
String sheetName,
Ref dependent) |
FormulaParseContext(SSheet sheet,
Ref dependent) |
FormulaParseContext(SSheet sheet,
String sheetName,
Ref dependent) |
Modifier and Type | Method and Description |
---|---|
SBook |
getBook() |
SCell |
getCell() |
Ref |
getDependent() |
SSheet |
getSheet() |
String |
getSheetName() |
getLocale, setLocale
Copyright © 2020. All rights reserved.