Namespace OfficeOpenXml.FormulaParsing
Classes
ExcelAddressCache
Caches string by generated id's.
ExcelCalculationOption
Options used by the formula parser
ExcelCell
FormulaCellInfo
Used in the formula calculation dependency chain
FormulaParser
Entry class for the formula calulation engine of EPPlus.
FormulaParserManager
Provides access to various functionality regarding excel formula evaluation.
NameValueProvider
Provides access to static, preconfigured instances of INameValueProvider
ParsingConfiguration
Configuration of a FormulaParser
ParsingContext
Parsing context
ParsingScope
Represents a parsing of a single input or workbook addrses.
ParsingScopes
This class implements a stack on which instances of ParsingScope are put. Each ParsingScope represents the parsing of an address in the workbook.
Interfaces
IAddressInfo
ICellInfo
Information and help methods about a cell
IFormulaCellInfo
Represents a formula cell
INameInfo
INameValueProvider
IParsingLifetimeEventHandler
IRangeInfo
Information about a specific range used by the formula parser.
Enums
PrecisionAndRoundingStrategy
Represent strategies for handling precision and rounding of float/double values when calculating formulas.