Export of polar chart to pdf is skewed

I have build a small test application where I do the following:

var license = new License();
license.SetLicense(@“Aspose.Cells.NET.lic”);

var wb = new Workbook(new MemoryStream(File.ReadAllBytes(@“a.xlsx”)));
for (int i = 1; i < wb.Worksheets.Count; i++)
{
wb.Worksheets[i].SetVisible(false, true);
}

wb.Save(“a.pdf”, SaveFormat.Pdf);

I am using 20.9 and a trial license. The spreadsheet is here

a.zip (99.8 KB)

Where the first sheet looks like this

image.png (139.3 KB)

But when I export, I get this

image.png (234.7 KB)

What could be the problem?

This is a coninuation of Polar plots wrong when converted to pdf … sorry for creating a new issue

@FranzThomsen,
We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

 CELLSNET-47651 - Export of polar chart to pdf is skewed

Any news on this?

@FranzThomsen,
Your issue is not resolved yet. Once we have an update on it, we will let you know here.

@FranzThomsen,

This is to inform you that your issue has been resolved now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

@FranzThomsen,
Please try our latest version/fix: Aspose.Cells for .NET v20.10.2:

Your issue should be fixed in it.

Aspose.Cells20.10.2 For .Net4.0.Zip (5.4 MB)
Aspose.Cells20.10.2 For .Net2_AuthenticodeSigned.Zip (5.4 MB)

Let us know your feedback.

Hi

We are using the NuGet package.
When will this be pushed to a new NuGet package?

Kind Regards
Franz

@FranzThomsen,
You may get the latest version using NuGet package manager in the next week.

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