NanoXLSX Library Documentation
![]() | WorksheetReaderData Property |
Gets the data of the worksheet as Dictionary of cell address-cell object tuples
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Dictionary<string, Cell> Data { get; private set; }
Property Value
Type: DictionaryString, CellDictionary of cell address-cell object tuples
