Re: Aspose.Word for Java: Issue in displaying OLE object(xls) as content from Image

I am still facing this problem in aspose.word JAVA

the content of the ole doesn’t appear only an icon appears when I click on icon the content appears.Can you please help.

Hi there,


Thanks for your inquiry. The issue (WORDSNET-3032) reported here is about OLE object. In output Doc file the OLE object was not open in Microsoft Excel. This issue was fixed in Aspose.Words 11.3.0.

Could you please share your input and output documents along with code example to reproduce your issue at our end? We will investigate the issue on our side and provide you more information.

hi


PFA the zip file.


Hi there,

Thanks for sharing the detail. In your case, we suggest you please convert the Excel sheet to image using Aspose.Cells and use the image in DocumentBuilder.InsertOleObject Method (String, String, Boolean, Boolean, Image) method. Hope this helps you.