Class ImageUtils


  • public class ImageUtils
    extends java.lang.Object
    This code is taken from org.apache.poi.ss.examples.AddDimensionedImage
    Since:
    3/11/16
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addImageToSheet​(byte[] image, org.apache.poi.ss.usermodel.Cell cell)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addImageToSheet

        public static void addImageToSheet​(byte[] image,
                                           org.apache.poi.ss.usermodel.Cell cell)