Package com.grapecity.documents.excel
Interface IExcelOptions
public interface IExcelOptions
Represents the option for working with Excel.
-
Method Summary
Modifier and TypeMethodDescriptiongetData()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.
-