[]
        
(Showing Draft Content)

IExcelOptions

Interface IExcelOptions


public interface IExcelOptions
Represents the option for working with Excel.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the IDataOptions that represents the options related to data import and data analysis.
    Returns the IFormulaOptions that represents the options related to formula caculation, performance, and error handing.
  • Method Details

    • getFormulas

      IFormulaOptions getFormulas()
      Returns the IFormulaOptions that represents the options related to formula caculation, performance, and error handing.
    • getData

      IDataOptions getData()
      Returns the IDataOptions that represents the options related to data import and data analysis.