Class ParsingContext
Parsing context
Inheritance
System.Object
ParsingContext
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class ParsingContext : IParsingLifetimeEventHandler
Properties
AddressCache
Address cache
Declaration
public ExcelAddressCache AddressCache { get; }
Property Value
Type | Description |
---|---|
Excel |
See Also
Configuration
Configuration
Declaration
public ParsingConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
Parsing |
Debug
Returns true if a IFormula
Declaration
public bool Debug { get; }
Property Value
Type | Description |
---|---|
System. |
ExcelDataProvider
The Excel
Declaration
public ExcelDataProvider ExcelDataProvider { get; set; }
Property Value
Type | Description |
---|---|
Excel |
NameValueProvider
IName
Declaration
public INameValueProvider NameValueProvider { get; set; }
Property Value
Type | Description |
---|---|
IName |
Parser
The Formula
Declaration
public FormulaParser Parser { get; set; }
Property Value
Type | Description |
---|---|
Formula |
RangeAddressFactory
Utility for handling addresses
Declaration
public RangeAddressFactory RangeAddressFactory { get; set; }
Property Value
Type | Description |
---|---|
Range |
Scopes
Scopes, a scope represents the parsing of a cell or a value.
Declaration
public ParsingScopes Scopes { get; }
Property Value
Type | Description |
---|---|
Parsing |
Methods
Create()
Factory method.
Declaration
public static ParsingContext Create()
Returns
Type | Description |
---|---|
Parsing |
Explicit Interface Implementations
IParsingLifetimeEventHandler.ParsingCompleted()
Declaration
void IParsingLifetimeEventHandler.ParsingCompleted()