[]
Options for working with Excel.
public interface IExcelOptions
Returns the IDataOptions object that represents the options related to data import and data analysis.
IDataOptions Data { get; }
Returns the IFormulaOptions object that represents the options related to formula caculation, performance, and error handing.
IFormulaOptions Formulas { get; }