Timeline is broken after saving file

Dear support team,

I’m having an issue with timelines. When opening and saving the file directly without any modifications, the timelime is missing and Excel prompt to repair the file. See attached files.
main.zip (26.8 KB)
image.png (10.4 KB)

Code:

public class cellsTest {

private static final String dataDir = Paths.get("").toAbsolutePath().toString() + "\\build\\resources\\main\\";

public static void main(String[] args) throws Exception {

    // Open an existing document
    Workbook workbook = new Workbook(dataDir + "book1.xlsx");

    // Save document
    workbook.save(dataDir + "book1_out.xlsx");
}

}

@r.beszon,
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

CELLSJAVA-43463 - Timeline is broken after saving file

@r.beszon,
Please try our latest version/fix: Aspose.Cells for Java v21.5.1 (attached)
aspose-cells-21.5.1-java.zip (7.3 MB)

Your issue should be fixed now.

Let us know your feedback.

Hi John,

we will check today or tomorrow if this works.

@r.beszon

Ok. Let us know your feedback accordingly.

Works like a charm. Thanks a lot.

@r.beszon,

Good to know that your issue is resolved by the new fix. Feel free to contact us any time if you need further help or have some other issue or queries.

The issues you have found earlier (filed as CELLSJAVA-43463) have been fixed in this update.