Table of Contents

Method Text

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

Text(string?)

Creates a text value.

public static XlsxCellValue Text(string? text)

Parameters

text string

The text. Null is treated as empty.

Returns

XlsxCellValue

The value.