Method Text
Text(string?)
Creates a text value.
public static XlsxCellValue Text(string? text)
Parameters
textstringThe text. Null is treated as empty.
Returns
- XlsxCellValue
The value.
Creates a text value.
public static XlsxCellValue Text(string? text)
text stringThe text. Null is treated as empty.
The value.