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.2+7f12a949130e0be1e987e553d2d08c083176cdca
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