InputStream imageStream = new ByteArrayInputStream(image);
InputStream imageStream = new ByteArrayInputStream(image);
Hi,
Thanks for your posting and using Aspose.Cells for Java.
Please use the code in the following article to add image inside the worksheet.
http://www.aspose.com/docs/display/cellsjava/Adding+Pictures
Please try adding the image in these formats. BMP,JPEG,PNG,GIF.
If you want to image in some other format, then please add the JAI library in your classpath and see if it resolves your issue.