After Conversion to .xlsx, The table layout are incorrect

version: 23.8
code:

            string _dataDir = @"C:\trf.pdf";
            Document pdfDocument = new Document(_dataDir);
            Aspose.Pdf.ExcelSaveOptions excelsave = new ExcelSaveOptions { MinimizeTheNumberOfWorksheets = true, InsertBlankColumnAtFirst = false };
            pdfDocument.Save(@"d:\SDHL2311019423LW - aspose.xlsx", excelsave);

issue 1, when the table crosspages, the result will splitted to multiple cells in .xlsx
image.png (45.5 KB)

issue 2, the data was splitted to 2 cells, it should be 1.
image.png (180.3 KB)

trf.pdf (96.7 KB)

@softboy

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): PDFNET-57191

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.