Word to Xlsx cell background color lost

I found that Aspose.Words version 21.6 supports converting Word documents to Xlsx format. I tried it and found that when the header is colored, it will be lost after conversion.

The demo file

demo.docx (15.4 KB)

The output file

result.zip (4.1 KB)

The Sample code

void Main()
{
	var doc = new Aspose.Words.Document(@"C:\Users\54390\Desktop\demo.docx");
	doc.Save(@"C:\Users\54390\Desktop\result.xlsx", Aspose.Words.SaveFormat.Xlsx);
}

@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-25574

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-25574) have been fixed in this Aspose.Words for .NET 23.7 update also available on NuGet.