Class ParsingContext
- Namespace
- OfficeOpenXml.FormulaParsing
- Assembly
- Magicodes.EPPlus.dll
public class ParsingContext : IParsingLifetimeEventHandler
- Inheritance
-
ParsingContext
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
AddressCache
public ExcelAddressCache AddressCache { get; }
Property Value
- ExcelAddressCache
Configuration
public ParsingConfiguration Configuration { get; set; }
Property Value
- ParsingConfiguration
Debug
public bool Debug { get; }
Property Value
- bool
ExcelDataProvider
public ExcelDataProvider ExcelDataProvider { get; set; }
Property Value
- ExcelDataProvider
NameValueProvider
public INameValueProvider NameValueProvider { get; set; }
Property Value
- INameValueProvider
Parser
public FormulaParser Parser { get; set; }
Property Value
- FormulaParser
RangeAddressFactory
public RangeAddressFactory RangeAddressFactory { get; set; }
Property Value
- RangeAddressFactory
Scopes
public ParsingScopes Scopes { get; }
Property Value
- ParsingScopes
Methods
Create()
public static ParsingContext Create()
Returns
- ParsingContext