I have an excel cell format using custom format $0.00??
This is displaying properly when I save the excel file using aspose, but when I save it to pdf it takes the number and displays the ?? at the end. It retains the $X.XX and appends the ?? instead of retaining the formatting from the excel sheet. Is there a way to overcome this formatting issue when saving as PDF?
Im using the Aspose Workbook.Save with optional parameters (string filelocation, SaveFormat.Pdf);
C# .net 4.0