string_value_without_format property

string_value_without_format property

Gets cell’s value as string without any format.

Remarks

NOTE: This method is now obsolete. Instead, User should get the value object and format it according to the value type and the specific requirement. This property will be removed 12 months later since December 2020. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def string_value_without_format(self):
    ...

See Also