WorksheetReader.Data Property

NanoXLSX

NanoXLSX

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)
Syntax
C#
public Dictionary<string, Cell> Data { get; private set; }

Property Value

Type: DictionaryString, Cell
Dictionary of cell address-cell object tuples
See Also