After converting Word to Excel,Images in tables are missing and ID number have changed to scientific notation

I have a Word document, and I want to to convert it to xlsx format by Aspose.Words 23.7,I found some problems.

  1. Image in cell lost after conversion.
  2. ID number have changed to scientific notation.
  3. The content of the footer becomes an image.

The sample code

void Main()
{
	var doc = new Aspose.Words.Document(@"C:\Users\54390\Downloads\原个人简历表-b5c51dfc34cd4cd49265ce39544628b1.docx");
	var ops = new Aspose.Words.Saving.XlsxSaveOptions();
	doc.Save(@"C:\Users\54390\Downloads\output.xlsx", ops);
}

The demo file

b5c51dfc34cd4cd49265ce39544628b1.docx (369.5 KB)

The output file

output.zip (6.1 KB)

The screenshot

20230725214213.png (92.2 KB)

@sullivan
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): WORDSNET-25618,WORDSNET-25708,WORDSNET-25709

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.

The issues you have found earlier (filed as WORDSNET-25618,WORDSNET-25709) have been fixed in this Aspose.Words for .NET 23.8 update also available on NuGet.

The issues you have found earlier (filed as WORDSNET-25708) have been fixed in this Aspose.Words for .NET 23.12 update also available on NuGet.