Search Results for

    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: Simplic.Framework.Office
    Assembly: Simplic.Framework.Office.dll
    Syntax
    public class ExcelExport

    Properties

    | Improve this Doc View Source

    Singleton

    Declaration
    public static ExcelExport Singleton { get; }
    Property Value
    Type Description
    ExcelExport

    Methods

    | Improve this Doc View Source

    ExportAsByteArrayFromDictionary(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[]
    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx