Hello,
When getting the number of a string, Aspose often times adds unnecessary backslashes. For example, when a cell’s number format is set to: _($* 0.00_);_($* (0.00);_($* "-"??_);_(@_)
,
Aspose returns that number format as: “("$" 0.00*);("$" (0.00);(”$" “-”??);(@_)".
As you can see from the above example, there are a lot of backslashes added. Is this normal/intended behaviour?
Thank you.