DisplayTextFormatter

DisplayTextFormatter

Overview

DisplayTextFormatter is a class in Aspose.Cells FOSS for C++.

Internal static helper for formatting display text of cell values.

Methods

SignatureDescription
FormatStringValue(value: CellValue)std::stringFormats a raw cell value into its invariant-culture string representation (used when no style applies).
FormatDisplayValue(value: CellValue, style: Core::StyleValue, workbookCulture: std::locale)std::stringFormats a cell value for display using the given style and workbook culture. Applies number formats, date formats, text formats, and fraction formats as appropriate.

See Also