NanoXLSX Library Documentation
![]() | LowLevelCreateRowString Method |
Method to create a row string
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
private string CreateRowString( List<Cell> columnFields, Worksheet worksheet )
Parameters
- columnFields
- Type: System.Collections.GenericListCell
List of cells - worksheet
- Type: NanoXLSXWorksheet
Worksheet to process
Return Value
Type: StringFormatted row string

Exception | Condition |
---|---|
FormatException | Throws a FormatException if a handled date cannot be translated to (Excel internal) OADate |
