I wanted to check on the status of the filed issues:
Hi Kelly,
The issues you have found earlier (filed as CELLSJAVA-40965;CELLSJAVA-40962) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi,
Thanks for using Aspose.Cells for Java.
Please download and try this fix: Aspose.Cells for Java v8.2.1.4 and let us know your feedback.
Please try the new fix for CELLSJAVA-40963 - Unwanted Chart Axis values rendered in the PDF of CheeseExample.xlsx.
Also, for CELLSJAVA-40964 issue. We can’t fix it. We can read the original value is “0.73900000000000166”. We don’t know why the excel cut it to “0.739”.
Hi Kelly,
Workbook wb = new Workbook(myDir + fname);
PdfSaveOptions options = new PdfSaveOptions();
options.setImageType(ImageFormat.getPng());
options.setAllColumnsInOnePagePerSheet(true);
wb.save(myDir + fname + “.pdf”, options);
Thank you for continuing to work on these issues. The issue CELLSJAVA-40963 has been resolved from my end as well. For the other issue CELLSJAVA-40963, it should match the source cell formatting, which is to truncate the number to 2 decimal places. Why is it not following this behavior?
Hi Kelly,
Thanks for your posting and using Aspose.Cells.
We are unable to fix issue (CELLSJAVA-40964) related to “0.739” value which is shown as 0.739000000000002 instead.
However, the issue is still open and we have logged your comment. We will investigate it further if we could fix it. In case, we could not fix it, we will close this issue as Won’t Fix.
The issues you have found earlier (filed as CELLSJAVA-40961;CELLSJAVA-40963) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
I still have the issue 40963 occurring on my examples when I use the 8.2.1 jar. However, that issue went away in the 8.2.0.2 update. I have attached the two examples.
Hi,
My mistake, I downloaded the most recent one under the “new releases” tab. The changes are there in the one that you pointed me to.
Hi,
Do you mean the example files from before?
Hi,
Right. I have this same example. I mentioned that the errors were fixed when I used the right jar.
Hi Kelly,
Thank you for your continued work. I anticipate these issues’ being resolved.
Hi Kelly,
Thanks for your posting and using Aspose.Cells.
We do not know how to fix the following issue and therefore closed it as Won’t Fix.
- CELLSJAVA-40964 - Column Axis value changed in the rendered PDF
Hi,