final String dataDir = "C:\\development\\";
final Workbook workbook = new Workbook(dataDir + "sampleBorder.xlsx");
final Worksheet sourceSheet = workbook.getWorksheets().get("sheet1");
if (sourceSheet != null) {
workbook.getWorksheets().setActiveSheetIndex(sourceSheet.getIndex());
final HtmlSaveOptions options = new HtmlSaveOptions();
options.setExportActiveWorksheetOnly(true);
workbook.save("C:\\development\\sampleBorder.html", options);
}
Hi,
- CELLSJAVA-42156 - Top and bottom borders of cells are gone while converting to HTML
Hi,
Thanks for using Aspose.Cells.
This is to inform you that we have fixed your issue CELLSJAVA-42156 now. We will soon provide the fix after performing QA and including other enhancements and fixes.
The issues you have found earlier (filed as CELLSJAVA-42156) have been fixed in Aspose.Cells for Java 17.2.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Thanks a lot. It is working fine now.
Hi,
Found an issue. Please see the attached image
- The top and bottom borders on the table are not rendered
- There is an unexpected border in front of the date (2017-01-13)
Thanks
Hi,
Thanks for your feedback.
I got another minor issue. Please see the attached image.
I can see the default vertical cell borders in Excel which are highlighted on the attached image (the left part); However, the exported HTML (the right part) doesn’t show the vertical cell borders. I am not sure that is an expected behavior or a bug.
Please advise, thanks.
Hi again,
Hi,
Thanks for you response.
Thank you! It is working good now.