When converting from ODP to PPTX and back ODP - table format gets altered (Java)

When converting from ODP to PPTX and back to ODP the way that a table in the original ODP was formatted was not the same after converting to PPTX and back to ODP. Both the PPTX and ODP files have a table on slide two that is formatted differently to the original ODP file.

Using - aspose-slides-20.5-jdk16.jar

Using this code:
ODP2PPTX:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);
PPTX2ODP:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Odp);

Here are the three files:
Table.zip (76.6 KB)

@simon.wiseman,

I have tested the scenario shared by you and have created an issue with ID SLIDESJAVA-38136 in our issue tracking system to further investigate and resolve the issue. We will share the feedback with you as soon as issue will be addressed.