WorksheetReader Methods

NanoXLSX

NanoXLSX

WorksheetReader Methods

The WorksheetReader type exposes the following members.

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