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()
Assembly: Syncfusion.EJ.Export.dll
Syntax
Constructors
ExcelExport()
Declaration
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
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
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
Returns
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
Returns
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
Returns
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
Export(GanttProperties, IEnumerable, GanttExportSettings, IWorkbook, Boolean, String)
Declaration
public IWorkbook Export(GanttProperties ganttModel, IEnumerable dataSource, GanttExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText)
Parameters
Returns
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
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
Returns
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
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
Returns
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
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
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
Export(GanttProperties, IEnumerable, String, ExcelVersion, GanttExportSettings)
Declaration
public void Export(GanttProperties ganttModel, IEnumerable dataSource, string excelName, ExcelVersion excelVersion, GanttExportSettings settings)
Parameters
Export(GanttProperties, IEnumerable, String, ExcelVersion, GanttExportSettings, String)
Declaration
public void Export(GanttProperties ganttModel, IEnumerable dataSource, string excelName, ExcelVersion excelVersion, GanttExportSettings settings, string filePath)
Parameters
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
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
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
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
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
Export(GridProperties, Object, Boolean, GridExcelExport)
Declaration
public IWorkbook Export(GridProperties gridmaodel, object datasource, bool multipleExport, GridExcelExport excelExport)
Parameters
Returns
Export(GridProperties, Object, Boolean, IWorkbook, GridExcelExport)
Declaration
public IWorkbook Export(GridProperties gridmaodel, object datasource, bool multipleExport, IWorkbook workBook, GridExcelExport excelExport)
Parameters
Returns
Export(GridProperties, Object, String, ExcelVersion)
Declaration
public void Export(GridProperties gridmaodel, object datasource, string excelname, ExcelVersion excelversion)
Parameters
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
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
Returns
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
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
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
Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, IWorkbook, Boolean, String)
Declaration
public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, TreeGridExportSettings settings, IWorkbook workbook, bool multipleExport, string headerText)
Parameters
Returns
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
Returns
Export(TreeGridProperties, IEnumerable, TreeGridExportSettings, Boolean, String)
Declaration
public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, TreeGridExportSettings settings, bool multipleExport, string headerText)
Parameters
Returns
Export(TreeGridProperties, IEnumerable, ExcelVersion, TreeGridExportSettings)
Declaration
public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, ExcelVersion excelversion, TreeGridExportSettings settings)
Parameters
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
Returns
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
Returns
Export(TreeGridProperties, IEnumerable, ExcelVersion, TreeGridExportSettings, Boolean, String)
Declaration
public IWorkbook Export(TreeGridProperties treegridmodel, IEnumerable datasource, ExcelVersion excelversion, TreeGridExportSettings settings, bool multipleExport, string headerText)
Parameters
Returns
Export(TreeGridProperties, IEnumerable, String, ExcelVersion, TreeGridExportSettings)
Declaration
public void Export(TreeGridProperties treegridmodel, IEnumerable datasource, string excelname, ExcelVersion excelversion, TreeGridExportSettings settings)
Parameters
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
Returns
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
Returns
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
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
Returns
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
Returns
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
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
Returns
Export(IEnumerable)
Declaration
public IWorkbook Export(IEnumerable appointments)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
appointments |
|
Returns
Export(IEnumerable, ExcelVersion)
Declaration
public IWorkbook Export(IEnumerable appointments, ExcelVersion excelVersion)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
appointments |
|
ExcelVersion |
excelVersion |
|
Returns
Export(IEnumerable, String)
Declaration
public IWorkbook Export(IEnumerable appointments, string fileName)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
appointments |
|
System.String |
fileName |
|
Returns
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
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 |
|