DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ExcelData

    Represents data that has been extracted from an Excel file.

    Inheritance
    object
    ExcelData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data.Exchange
    Assembly: DataWeb.Core.dll
    Syntax
    public class ExcelData

    Properties

    Fields

    Gets or sets a dictionary that maps field names to column indices.

    Declaration
    public Dictionary<string, int> Fields { get; set; }
    Property Value
    Type Description
    Dictionary<string, int>

    Items

    Gets or sets a list of dictionaries that map field names to row values.

    Declaration
    public List<Dictionary<string, string>> Items { get; set; }
    Property Value
    Type Description
    List<Dictionary<string, string>>
    In this article
    Back to top Generated by DocFX