ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelExport - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelExport

    Inheritance
    System.Object
    ExcelExport
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class ExcelExport

    Constructors

    ExcelExport()

    Declaration
    public ExcelExport()

    Properties

    SourceType

    Declaration
    public Type SourceType { get; set; }
    Property Value
    Type Description
    System.Type

    Methods

    Export(ChartProperties, IEnumerable, String, ExcelVersion, ChartPosition, String)

    Declaration
    public void Export(ChartProperties chartmodel, IEnumerable Datasource, string excelname, ExcelVersion excelversion, ChartPosition size, string range)
    Parameters
    Type Name Description
    ChartProperties chartmodel
    System.Collections.IEnumerable Datasource
    System.String excelname
    ExcelVersion excelversion
    ChartPosition size
    System.String range

    Export(ChartProperties, IEnumerable, String, ExcelVersion, Boolean, ChartPosition, String)

    Declaration
    public IWorkbook Export(ChartProperties chartmodel, IEnumerable Datasource, string excelname, ExcelVersion excelversion, bool multipleExport, ChartPosition size, string range)
    Parameters
    Type Name Description
    ChartProperties chartmodel
    System.Collections.IEnumerable Datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean multipleExport
    ChartPosition size
    System.String range
    Returns
    Type Description
    IWorkbook

    Export(ChartProperties, IEnumerable, String, ExcelVersion, Boolean, IWorkbook, MultipleExportType, ChartPosition, List<String>, Boolean)

    Declaration
    public IWorkbook Export(ChartProperties chartmodel, IEnumerable Datasource, string excelname, ExcelVersion excelversion, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, ChartPosition size, List<string> ranges, bool saveChartDataInExcel)
    Parameters
    Type Name Description
    ChartProperties chartmodel
    System.Collections.IEnumerable Datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    ChartPosition size
    System.Collections.Generic.List<System.String> ranges
    System.Boolean saveChartDataInExcel
    Returns
    Type Description
    IWorkbook

    Export(ChartProperties, IEnumerable, String, ExcelVersion, Boolean, IWorkbook, MultipleExportType, ChartPosition, String)

    Declaration
    public IWorkbook Export(ChartProperties chartmodel, IEnumerable Datasource, string excelname, ExcelVersion excelversion, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, ChartPosition size, string range)
    Parameters
    Type Name Description
    ChartProperties chartmodel
    System.Collections.IEnumerable Datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    ChartPosition size
    System.String range
    Returns
    Type Description
    IWorkbook

    Export(ChartProperties, IEnumerable, String, ExcelVersion, Boolean, IWorkbook, MultipleExportType, ChartPosition, String, Boolean, Boolean)

    Declaration
    public IWorkbook Export(ChartProperties chartmodel, IEnumerable Datasource, string excelname, ExcelVersion excelversion, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, ChartPosition size, string range, bool saveChartDataInExcel, bool seriesInrows)
    Parameters
    Type Name Description
    ChartProperties chartmodel
    System.Collections.IEnumerable Datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    ChartPosition size
    System.String range
    System.Boolean saveChartDataInExcel
    System.Boolean seriesInrows
    Returns
    Type Description
    IWorkbook

    Export(ChartProperties, IEnumerable, String, ExcelVersion, Boolean, String, ChartPosition, String)

    Declaration
    public void Export(ChartProperties chartmodel, IEnumerable Datasource, string excelname, ExcelVersion excelversion, bool isLocalSave, string filePath, ChartPosition size, string range)
    Parameters
    Type Name Description
    ChartProperties chartmodel
    System.Collections.IEnumerable Datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isLocalSave
    System.String filePath
    ChartPosition size
    System.String range

    Export(GanttProperties, IEnumerable, GanttExportSettings)

    Declaration
    public void Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings

    Export(GanttProperties, IEnumerable, GanttExportSettings, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, Boolean, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, String, ExcelVersion, Boolean, IWorkbook, MultipleExportType, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, string excelName, ExcelVersion excelVersion, bool multipleExport, IWorkbook workbook, MultipleExportType exportType, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.String excelName
    ExcelVersion excelVersion
    System.Boolean multipleExport
    IWorkbook workbook
    MultipleExportType exportType
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, String, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, string excelName, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.String excelName
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, String, Boolean, IWorkbook, MultipleExportType, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, string excelName, bool multipleExport, IWorkbook workbook, MultipleExportType exportType, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.String excelName
    System.Boolean multipleExport
    IWorkbook workbook
    MultipleExportType exportType
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, String, Boolean, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, string excelName, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.String excelName
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, String, String, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, string excelName, string filePath, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.String excelName
    System.String filePath
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, GanttExportSettings, String, String, Boolean, String)

    Declaration
    public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, string excelName, string filePath, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    GanttExportSettings settings
    System.String excelName
    System.String filePath
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GanttProperties, IEnumerable, String, ExcelVersion, GanttExportSettings)

    Declaration
    public void Export(GanttProperties ganttModel, IEnumerable dataSource, string excelName, ExcelVersion excelVersion, GanttExportSettings settings)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    System.String excelName
    ExcelVersion excelVersion
    GanttExportSettings settings

    Export(GanttProperties, IEnumerable, String, ExcelVersion, GanttExportSettings, String)

    Declaration
    public void Export(GanttProperties ganttModel, IEnumerable dataSource, string excelName, ExcelVersion excelVersion, GanttExportSettings settings, string filePath)
    Parameters
    Type Name Description
    GanttProperties ganttModel
    System.Collections.IEnumerable dataSource
    System.String excelName
    ExcelVersion excelVersion
    GanttExportSettings settings
    System.String filePath

    Export(GridProperties, IEnumerable, String, ExcelVersion)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, ExportTheme)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, ExportTheme, Boolean)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, ExportTheme, Boolean, IWorkbook, MultipleExportType, String)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, ExportTheme, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, String, Boolean)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, String, Boolean, IWorkbook, MultipleExportType, String)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, IEnumerable, String, ExcelVersion, Boolean, Boolean, String, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, Object, GridExcelExport)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, GridExcelExport excelExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    GridExcelExport excelExport

    Export(GridProperties, Object, Boolean, GridExcelExport)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, object datasource, bool multipleExport, GridExcelExport excelExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.Boolean multipleExport
    GridExcelExport excelExport
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, Object, Boolean, IWorkbook, GridExcelExport)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, object datasource, bool multipleExport, IWorkbook workBook, GridExcelExport excelExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.Boolean multipleExport
    IWorkbook workBook
    GridExcelExport excelExport
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, Object, String, ExcelVersion)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, ExportTheme)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, ExportTheme, Boolean)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, ExportTheme, Boolean, IWorkbook, MultipleExportType, String)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, ExportTheme, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, ExportTheme theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    ExportTheme theme
    System.Boolean isLocalSave
    System.String filePath

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, String, Boolean)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, String, Boolean, IWorkbook, MultipleExportType, String)

    Declaration
    public IWorkbook Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool multipleExport, IWorkbook workBook, MultipleExportType exportType, string headerText)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean multipleExport
    IWorkbook workBook
    MultipleExportType exportType
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(GridProperties, Object, String, ExcelVersion, Boolean, Boolean, String, Boolean, String)

    Declaration
    public void Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion, bool isHideColumnIncude, bool isTemplateColumnIclude, string theme, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    GridProperties gridmaodel
    System.Object datasource
    System.String excelname
    ExcelVersion excelversion
    System.Boolean isHideColumnIncude
    System.Boolean isTemplateColumnIclude
    System.String theme
    System.Boolean isLocalSave
    System.String filePath

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings)

    Declaration
    public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, TreeGridExportSettings settings)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, IWorkbook, Boolean, String, MultipleExportType)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText, MultipleExportType exportType)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    MultipleExportType exportType
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, Boolean, String)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, TreeGridExportSettings settings, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    TreeGridExportSettings settings
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, ExcelVersion, TreeGridExportSettings)

    Declaration
    public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, ExcelVersion excelversion, TreeGridExportSettings settings)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    ExcelVersion excelversion
    TreeGridExportSettings settings

    Export(TreeGridProperties, IEnumerable, ExcelVersion, TreeGridExportSettings, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, ExcelVersion excelversion, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    ExcelVersion excelversion
    TreeGridExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, ExcelVersion, TreeGridExportSettings, IWorkbook, Boolean, String, MultipleExportType)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, ExcelVersion excelversion, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText, MultipleExportType exportType)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    ExcelVersion excelversion
    TreeGridExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    MultipleExportType exportType
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, ExcelVersion, TreeGridExportSettings, Boolean, String)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, ExcelVersion excelversion, TreeGridExportSettings settings, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    ExcelVersion excelversion
    TreeGridExportSettings settings
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings)

    Declaration
    public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, IWorkbook, Boolean, String, MultipleExportType)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable dataSource, string excelName, ExcelVersion excelversion, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText, MultipleExportType exportType)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable dataSource
    System.String excelName
    ExcelVersion excelversion
    TreeGridExportSettings settings
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    MultipleExportType exportType
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, Boolean, String)

    Declaration
    public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings, bool isLocalSave, string filePath)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings
    System.Boolean isLocalSave
    System.String filePath

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, Boolean, String, IWorkbook, Boolean, String)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings, bool isLocalSave, string filePath, IWorkbook workbook, bool multipleExport, string headerText)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings
    System.Boolean isLocalSave
    System.String filePath
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, Boolean, String, IWorkbook, Boolean, String, MultipleExportType)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings, bool isLocalSave, string filePath, IWorkbook workbook, bool multipleExport, string headerText, MultipleExportType exportType)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings
    System.Boolean isLocalSave
    System.String filePath
    IWorkbook workbook
    System.Boolean multipleExport
    System.String headerText
    MultipleExportType exportType
    Returns
    Type Description
    IWorkbook

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, String)

    Declaration
    [Obsolete("This method has been deprecated, use instead 'Export(TreeGridProperties,IEnumerable ,String,ExcelVersion ,TreeGridExportSettings)'")]
    public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings, string fileName)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings
    System.String fileName

    Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings, String, Boolean)

    Declaration
    public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings, string headerText, bool multipleExport)
    Parameters
    Type Name Description
    TreeGridProperties treegridmodel
    System.Collections.IEnumerable datasource
    System.String excelname
    ExcelVersion excelversion
    TreeGridExportSettings settings
    System.String headerText
    System.Boolean multipleExport
    Returns
    Type Description
    IWorkbook

    Export(IEnumerable)

    Declaration
    public IWorkbook Export(IEnumerable appointments)
    Parameters
    Type Name Description
    System.Collections.IEnumerable appointments
    Returns
    Type Description
    IWorkbook

    Export(IEnumerable, ExcelVersion)

    Declaration
    public IWorkbook Export(IEnumerable appointments, ExcelVersion excelVersion)
    Parameters
    Type Name Description
    System.Collections.IEnumerable appointments
    ExcelVersion excelVersion
    Returns
    Type Description
    IWorkbook

    Export(IEnumerable, String)

    Declaration
    public IWorkbook Export(IEnumerable appointments, string fileName)
    Parameters
    Type Name Description
    System.Collections.IEnumerable appointments
    System.String fileName
    Returns
    Type Description
    IWorkbook

    Export(IEnumerable, String, ExcelVersion)

    Declaration
    public IWorkbook Export(IEnumerable appointments, string fileName, ExcelVersion excelVersion)
    Parameters
    Type Name Description
    System.Collections.IEnumerable appointments
    System.String fileName
    ExcelVersion excelVersion
    Returns
    Type Description
    IWorkbook

    ExportAll(Dictionary<String, String>, Dictionary<String, Object>, String, ExcelVersion, String)

    Declaration
    public void ExportAll(Dictionary<string, string> model, Dictionary<string, object> dataSource, string excelname, ExcelVersion excelversion, string theme)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> model
    System.Collections.Generic.Dictionary<System.String, System.Object> dataSource
    System.String excelname
    ExcelVersion excelversion
    System.String theme
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved