Convert Effect:45636

EffectProblem.zip (232.8 KB)

@landray.com.cn

Thanks for using Aspose APIs.

Your Excel file looks like this when we open it on our end.

Therefore, you should open it by setting the proper region and country like this.

Java

LoadOptions opts = new LoadOptions();
opts.setRegion(CountryCode.CHINA);
opts.setRegion(CountryCode.CHINA);

Workbook wb = new Workbook(dirPath + "tst.xlsx", opts);
wb.save(dirPath + "out.pdf");