Click or drag to resize
NanoXLSX

XlsxWriterGetSortedSheetData Method

Method to sort the cells of a worksheet as preparation for the XML document

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntax
C#
private List<XlsxWriterDynamicRow> GetSortedSheetData(
	Worksheet sheet
)

Parameters

sheet  Worksheet
Worksheet to process

Return Value

ListXlsxWriterDynamicRow
Sorted list of dynamic rows that are either defined by cells or row widths / hidden states. The list is sorted by row numbers (zero-based)
See Also