Some Xls file process by aspose.cell, The color of the font has been changed when open the file by WPS

I have a xls file, After i process it with Aspose.Cell for Net 20.12, The color of the font has been changed when open the file by WPS.But when i open it with Microsoft Excel,It is normal.
The sample code:
var doc = new Aspose.Cells.Workbook(@“C:\Users\sullivan\Desktop\abc\1管制文件清单-未替换.xls”);
doc.Save(@“C:\Users\sullivan\Desktop\abc\result.xls”);

The oragin file:
1管制文件清单-未替换.zip (7.4 KB)

The result:
20220108101259.png (53.9 KB)

I try old version like Aspose.Cell for Net 18.4,It is ok!
Please tell me how to do.

@sullivan,

Could you try our latest version/fix: Aspose.Cell for .NET 22.1. If you still find the issue, kindly do provide your output Excel file, we will check it soon.

@sullivan
I tried to open the attached file and save it with 20.12. Everything works fine.
Please check attached re-saved filedest.zip (7.0 KB)