Namespace OfficeOpenXml.FormulaParsing
Classes
EpplusExcelDataProvider
EpplusExcelDataProvider.CellInfo
EpplusExcelDataProvider.NameInfo
EpplusExcelDataProvider.RangeInfo
EpplusNameValueProvider
ExcelAddressCache
Caches string by generated id's.
ExcelCalculationOption
Options used by the formula parser
ExcelCell
ExcelDataProvider
This class should be implemented to be able to deliver excel data to the formula parser.
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
ExcelDataProvider.ICellInfo
Information and help methods about a cell
ExcelDataProvider.INameInfo
ExcelDataProvider.IRangeInfo
A range of cells in a worksheet.