NanoXLSX Library Documentation
![]() | LowLevelGetSortedSheetData Method |
Method to sort the cells of a worksheet as preparation for the XML document
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
private List<List<Cell>> GetSortedSheetData( Worksheet sheet )
Parameters
- sheet
- Type: NanoXLSXWorksheet
Worksheet to process
Return Value
Type: ListListCellTwo dimensional array of Cell objects
