PicoXLSX Library Documentation
![]() | LowLevelCreateRowString Method |
Method to create a row string
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
private string CreateRowString( List<Cell> columnFields, Worksheet worksheet )
Parameters
- columnFields
- Type: System.Collections.GenericListCell
List of cells - worksheet
- Type: PicoXLSXWorksheet
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 |
