DisplayTextFormatter

DisplayTextFormatter

Overview

DisplayTextFormatter is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct provides 2 methods for working with DisplayTextFormatter objects in Rust programs. Available methods include: format_display_value_with_cached_formula_and_culture, format_string_value. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
format_string_value(value: T)StringCalls format_string_value(value) on this DisplayTextFormatter instance.
format_display_value_with_cached_formula_and_culture(value: Option<&CellValue>, formula_cached_value: Option<&CellValue>, style: Option<&CellStyle>, culture: &str)StringCalls format_display_value_with_cached_formula_and_culture(value, formula_cached_value, style, culture) on this DisplayTextFormatter instance.

See Also