Currency with custom format is shown outside of cell in HTML

Hi!

We are converting xlsx to html using the following code (and Aspose.Cells v 20.8.0):

var inputPath = ...;
var targetPath = ...;
AsposeLicenser.LoadLicense();

var options = new HtmlSaveOptions
{
    ExportGridLines = true
};

using (var wb = new Workbook(inputPath))
    wb.Save(targetPath, options);

When loading the file from the archive below (contains a cell with one of Excel-s built in custom formats), the following is displayed on the preview:
currency_20.8.PNG (174 Bytes)
currency.zip (6.0 KB)

In the previous version (20.7.0) it looked better (even if some alignment was lost):
currency_20.7.PNG (177 Bytes)

Regards,
Arnold

@arnoldbeilandevozon,

Please notice, we were able to reproduce the issue as you have mentioned by using your sample code with template file. We found cell value is shown outside of cell borders(gridlines). We have logged a ticket with an id “CELLSNET-47561” for your issue. We will look into it soon.

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

@arnoldbeilandevozon,

This is to inform you that the issue is currently fixed. After running QA and incorporating other enhancements and fixes, we will immediately provide a modified version.

@arnoldbeilandevozon,

Please try our latest version/fix: Aspose.Cells for .NET v20.8.9 (attached)

Your issue should be fixed in it.

Let us know your feedback.
Aspose.Cells20.8.9 For .Net2_AuthenticodeSigned.Zip (5.4 MB)
Aspose.Cells20.8.9 For .Net4.0.Zip (5.4 MB)

The issues you have found earlier (filed as CELLSNET-47561) have been fixed in Aspose.Cells for .NET v20.9. This message was posted using Bugs notification tool by Amjad_Sahi
You may also get the new version @ nuget repos. (NuGet Gallery | Aspose.Cells 20.9.0)