SheetRender to image wrong when rowSpan

Workbook wb = new Workbook("C:/a.xlsx");
ImageOrPrintOptions o = new ImageOrPrintOptions();
o.setImageFormat(ImageFormat.getPng());
SheetRender render = new SheetRender(wb.getWorksheets().get(0), o);
render.toImage(0, "x0.png");
render.toImage(1, "x1.png");

For cell "C" in x0.png has no bottom border
For cell "C" in x1.png has top border


I think x1.png "C" should not has top border

Hi,


Thanks for your posting and using Aspose.Cells.

We were able to observe the issue but we found that, x0.png is OK as per MS-Excel Print Preview but x1.png has an extra top border which should not be there, besides it has a missing bottom border (i.e. F)

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSJAVA-42227 - x1.png has an extra top border and missing bottom border


Hi,

Thanks for using Aspose.Cells.

Please download and try the following latest fix: Aspose.Cells for Java v17.3.5 and let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-42227) have been fixed in Aspose.Cells for Java 17.4.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan