After conversion to excel, the data layout is incrrect

image.png (29.3 KB)
version: 23.8
code:

            string xlsxFileName = Path.Combine(Path.GetTempPath(), Path.GetFileNameWithoutExtension(fullFileName) + ".xlsx");
            Aspose.Pdf.ExcelSaveOptions excelsaveOptions = new ExcelSaveOptions { MinimizeTheNumberOfWorksheets = true, InsertBlankColumnAtFirst = false };
            pdfDocument.Save(xlsxFileName, excelsaveOptions);
            return xlsxFileName;

pdf:
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-57421

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.