NanoXLSX Library Documentation
![]() | WorksheetReader Methods |
The WorksheetReader type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAttribute |
Gets the attribute with the passed name.
|
![]() ![]() | GetBooleanValue |
Parses the boolean value of a raw cell
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetIntValue |
Parses the integer value of a raw cell
|
![]() ![]() | GetNumericValue |
Parses the numeric (double) value of a raw cell
|
![]() | GetRow |
Gets a row as list of cell objects
|
![]() | GetRowCount |
Gets the number of rows
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasColumn |
Gets whether the specified column exists in the data
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Reads the XML file form the passed stream and processes the worksheet data
|
![]() | ResolveCellData |
Resolves the data of a read cell, transforms it into a cell object and adds it to the data
|
![]() | RowHasColumns |
Gets whether the passed row (represented as list of cell objects) contains the specified column numbers
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
