Finnish language - Numbers formatted as Percentage are missing the space before the percent symbol

When setting the Regional Format to Finnish, the StringValue of a Aspose.Cell should have a space between the number and the percent symbol. Sample code:

using (FileStream fs = File.OpenRead(Server.MapPath("/File") + "\\inputFile.xlsx"))
{
    var wb = new Workbook(fs);
    var stringValue = wb.Worksheets[0].Cells.FirstCell.StringValue;
};

Expected: stringValue variable contains “50 %”
Actual: stringValue variable contains “50%”

I have attached the WebApp that reproduces this issue.
WebApp.zip (13.8 KB)

@manikya.rao,

Please notice, we were able to reproduce the issue as you mentioned by using your sample code in the environment. We have logged a ticket with an id “CELLSNET-50269” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

The issues you have found earlier (filed as CELLSNET-50269) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi