Save as PDF loses custom style formatting of currency

I have applied custom formatting to some fields to make numbers appear like currency format using the following format:

###,###.00

So that the number 12345..32 appears as 12,345.32

I use the below code to save the excel file in pdf

Sample code:
Workbook wb = new Workbook(@"e:\\test2\\testfile.xlsx");
wb.Save("e:\\test2\\out_testfile.pdf", SaveFormat.Pdf);

but the pdf file not showing the formated value of numebr still showing 12345.32
I am using the lates version of aspose cell 7.4.3

If any one else have the solution of this problem please share it

Hi,

Thanks for your posting and using Aspose.Cells.

Please provide us your runnable sample code and the source file being used in your code. We will look into your issue and help you asap. In case of error, we will log it in our database so that it could be fixed.