If an ODS spreadsheet cell contains a comment, the OdfTableCell.getDisplayText() method returns a string which looks something like: "2023-05-22T00:00:00CommentCell" where I assume the timestamp is the time of the comment, "Comment" is the comment text and "Cell" is the cell text.
Is this intentional? And if so, is there any way to obtain just the cell text?