WorksheetReader Class
From NanoXLSX
NanoXLSX Library Documentation
![]() | WorksheetReader Class |
Class representing a reader for worksheets of XLSX files
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public class WorksheetReader
The WorksheetReader type exposes the following members.
| Name | Description | |
|---|---|---|
| WorksheetReader |
Constructor with parameters
|
| Name | Description | |
|---|---|---|
| Data |
Gets the data of the worksheet as Dictionary of cell address-cell object tuples
| |
| Name |
Gets the name of the worksheet
| |
| WorksheetNumber |
Gets the number of the worksheet
|
| 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.) |
