Hi,
After upgrading Aspose.Cells 20.12.0 I noticed Cell.StringValueWithoutFormat is now obsolete.
I need an equivalent method to produce the same result as the old Cell.StringValueWithoutFormat, could you help me check if
Cell.GetStringValue(CellValueFormatStrategy.None)
would be the one that always gives the same result as StringValueWithoutFormat?
If not, could you please advise me with some code that could always produce the same output?
Thanks,