Aspose is not able to convert the excel file into pdf correctly and dropping the data with data type "General"

Hi,

We use the following code to convert excel to pdf using Aspose 7.6.0.6

var workbook = new Aspose.Cells.Workbook(path);
workbook.Save(outputPath, SaveFormat.Pdf);

We have a xlsx file having multiple columns all with datatype as “General”.
While converting this file to pdf, all the columns having Alpha numeric values are displayed in generated pdf.
However, if the entire column data is having numeric value, that particular column data is skipped in pdf. i.e. Heading is displayed but entire underneath data is blank.

Can you please help with the same?

Thanks,
Pavneet Makhija

Hi Pavneet,

Thanks for your posting and using Aspose.Cells.

Please download and try the latest version: Aspose.Cells for .NET 8.1.1 and see if it fixes your issue.

If your problem still occurs, then please provide us your source xls/xlsx file which replicates this issue with the latest version. We will look into it and help you asap.