接口 IExcelOptions


public interface IExcelOptions
Represents the option for working with Excel.
  • 方法概要

    修饰符和类型
    方法
    说明
    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.
  • 方法详细资料

    • 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.