WorksheetReader Class

NanoXLSX

NanoXLSX

WorksheetReader Class

Class representing a reader for worksheets of XLSX files
Inheritance Hierarchy
SystemObject  NanoXLSX.LowLevelWorksheetReader

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public class WorksheetReader

The WorksheetReader type exposes the following members.

Constructors
  NameDescription
Public methodWorksheetReader
Constructor with parameters
Top
Properties
  NameDescription
Public propertyData
Gets the data of the worksheet as Dictionary of cell address-cell object tuples
Public propertyName
Gets the name of the worksheet
Public propertyWorksheetNumber
Gets the number of the worksheet
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Private methodGetAttribute
Gets the attribute with the passed name.
Private methodStatic memberGetBooleanValue
Parses the boolean value of a raw cell
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Private methodStatic memberGetIntValue
Parses the integer value of a raw cell
Private methodStatic memberGetNumericValue
Parses the numeric (double) value of a raw cell
Public methodGetRow
Gets a row as list of cell objects
Public methodGetRowCount
Gets the number of rows
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasColumn
Gets whether the specified column exists in the data
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Reads the XML file form the passed stream and processes the worksheet data
Private methodResolveCellData
Resolves the data of a read cell, transforms it into a cell object and adds it to the data
Public methodRowHasColumns
Gets whether the passed row (represented as list of cell objects) contains the specified column numbers
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also