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: Simplic.Framework.Office
Assembly: Simplic.Framework.Office.dll
Syntax
public class ExcelExport
Properties
| Improve this Doc View SourceSingleton
Declaration
public static ExcelExport Singleton { get; }
Property Value
Type | Description |
---|---|
ExcelExport |
Methods
| Improve this Doc View SourceExportAsByteArrayFromDictionary(String, IDictionary<String, String>, Object)
Export to Excel-File
Declaration
public byte[] ExportAsByteArrayFromDictionary(string Path, IDictionary<string, string> ColumnList, dynamic Data)
Parameters
Type | Name | Description |
---|---|---|
System.String | Path | Full Path to the CSV |
System.Collections.Generic.IDictionary<System.String, System.String> | ColumnList | |
System.Object | Data | Data |
Returns
Type | Description |
---|---|
System.Byte[] |
ExportFromDictionary(String, IDictionary<String, String>, Object)
Export to Excel-File
Declaration
public void ExportFromDictionary(string Path, IDictionary<string, string> ColumnList, dynamic Data)
Parameters
Type | Name | Description |
---|---|---|
System.String | Path | Full Path to the CSV |
System.Collections.Generic.IDictionary<System.String, System.String> | ColumnList | |
System.Object | Data | Data |