Incomplete export to PowerPoint

Using this code, the last column is not included in the export.

        Workbook asposeWorkbook = new Workbook(@"debugAspose.xlsx");
        asposeWorkbook.Save(@"debugAspose.pptx", SaveFormat.Pptx);

debugAspose.zip (7.2 KB)

image.png (16.1 KB)

image.png (16.3 KB)

@kippow
By using sample file for testing, we can reproduce the issue. Discovered data loss when converting xlsx file to pptx format.

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-54778

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.

@kippow
Please check the attached
23.12.1.zip (20.2 KB)

We have fixed the issue of losing the data of ā€œI8ā€. But the width of the column ā€œIā€ is not enough for showing all characters, we have to cut the first character to fit the column, otherwise PowerPoint will automatic wrap the text, increase row height and corrupt layout.

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