Vertical charts are converted in horizontal after using aspose.cells

Hi,

When I try to use Aspose.Cells on xlsx file, charts that are placed vertically are displayed horizontally in messed up order. I have code:


        static void Main(string[] args)
        {
            var licence = new Aspose.Cells.License();

            licence.SetLicense(@"C:\packages\Aspose.Cells\files\Aspose.Total.lic");

            var workbook =  new Aspose.Cells.Workbook("AsposeTest.xlsx");

            workbook.Save("AsposeTestSaved.xlsx");
        }

After starting solution, bar chart is changing direction in AsposeTestSaved.xlsx.

Attaching application for reference.
AsposeBugReport.7z (4.2 MB)

@manikya.rao
By using sample file for testing, we can reproduce the issue. After resaving the file, the bar chart changed direction.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-54953

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

HI @manikya.rao
After we fix this problem, we generate the following file, which will take effect in the next version(24.2).
Output240110.zip (13.5 KB)

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