Excel document font Error

Hi,
A customer is using a font Montserrat. This font uses it the word document when we convert this file to pdf, there is no problem Aspose convert file correctly but we don’t use the font try on excel document.
I attached the original document and font documents. Thanks.
ExcelFontError.zip (4.3 MB)

@srmbimser,

I have converted your template file to a PDF file with below code and have attached output file for you. Could you please highlight the problem so that we can investigate further. 602.pdf (227.5 KB)

    Aspose.Cells.Workbook workbook = new Aspose.Cells.Workbook(path + "602.xlsx");
    workbook.Save(path + "602.pdf");

@srmbimser,

We have further analyzed the scenario and have found the fonts being OTF fonts. Aspose.Cells for .NET only supports TTF and TTC fonts. You can try to convert the fonts to supported format fonts if possible.