Search Results for

    Show / Hide Table of Contents

    Class Helper

    Helper utilities for exporting tabular report data to Excel, writing each DataTable as a worksheet in an XLSX workbook.

    Inheritance
    object
    Helper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Excel
    Assembly: Reportman.Drawing.Excel.dll
    Syntax
    public static class Helper

    Methods

    View Source

    DataTablesToExcel(List<DataTable>)

    Declaration
    public static MemoryStream DataTablesToExcel(List<DataTable> dataTables)
    Parameters
    Type Name Description
    List<DataTable> dataTables
    Returns
    Type Description
    MemoryStream
    • View Source
    In this article
    Back to top Generated by DocFX