.xlsx to jpeg doesn't render accurately

We have bought a license and using Aspose to render Excel (.xls and .xlsx) files into images.
We are using the latest version of Aspose Cells for Java - 7.4.3
We are compiling the code on Mac and running on Linux with JDK 1.6

The code used for conversion is simply
SheetRender sr = new SheetRender(sheet, imgOptions);
sr.toImage(0, imageFile.getPath());

Unfortunately, the rendered jpeg images are not faithful to original excel file. See the attached input and output
For an example
1) Text ‘Flowcharts!’ has wrong font type
2) Text with color red is rendered as black
3) The word ‘Word Art’ gets truncated to 'Word’
4) Rotated text doesn’t match is totally distorted
etc







Hi,

Thanks for your posting and using Aspose.Cells for Java.

We were able to replicate this issue using the latest version. The image is not rendered fine. We have logged this issue in our database. We will look into it and fix the issue. Once the issue is fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSJAVA-40496.