Aspose::Cells::Cell::GetStringValue method

Cell::GetStringValue(CellValueFormatStrategy) method

Gets the string value by specific formatted strategy.

U16String Aspose::Cells::Cell::GetStringValue(CellValueFormatStrategy formatStrategy)
ParameterTypeDescription
formatStrategyCellValueFormatStrategyThe formatted strategy.

ReturnValue

See Also

Cell::GetStringValue() method

Gets the string value contained in the cell. If the type of this cell is string, then return the string value itself. For other cell types, the formatted string value (formatted with the specified style of this cell) will be returned. The formatted cell value is same with what you can get from excel when copying a cell as text(such as copying cell to text editor or exporting to csv).

U16String Aspose::Cells::Cell::GetStringValue()

See Also