Hi Martin,
Workbook book = new Workbook(“d:/TEMP/FOP-07-008.xlsx”);
ImageOrPrintOptions options = new ImageOrPrintOptions();
options.setImageFormat(ImageFormat.getJpeg());
SheetRender render = new SheetRender(book.getWorksheets().get(0), options);
render.toImage(0, “D:/output.jpg”);
Hi Babar, thank you for you quick response.
Hi Martin,
Thanks for your posting and using Aspose.Cells.
We have just logged your issue in our database a hour ago. Please spare us some time a week at least. We will try to fix this issue in this time span. Once, your issue is fixed or we have some other update for you, we will let you know asap by posting in this thread.
Hi Martin,
Workbook book = new Workbook(“d:/FOP-07-008.xlsx”);
ImageOrPrintOptions options = new ImageOrPrintOptions();
options.setImageFormat(ImageFormat.getJpeg());
options.setHorizontalResolution(600);
options.setVerticalResolution(600);
SheetRender render = new SheetRender(book.getWorksheets().get(0), options);
render.toImage(0, “D:/output.jpg”);
Hi Martin,
@javicorvi
Hi,
I am glad to inform you that the issue with the ID CELLSJAVA-41121 has been resolved. The fix will be included in Aspose.Cells for .Net 21.7.
Please notice the team has prepared a hotfix, so you do not have to wait for the official release. Kindly test the project with the hotfix attached to this post and let us know about the results.
Best regards,
aspose-cells-21.6.2-java.zip (7.3 MB)