Uses of Class
org.dhatim.fastexcel.Picture
-
-
Uses of Picture in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return Picture Modifier and Type Method Description PictureWorksheet. addImage(int row, int col, byte[] imageData, int widthPx, int heightPx)Add an image at the specified cell position with explicit size.PictureWorksheet. addImage(int fromRow, int fromCol, int toRow, int toCol, byte[] imageData)Add an image spanning from one cell to another.PictureWorksheet. addImage(PictureAnchor anchor, byte[] imageData)Add an image with custom anchor configuration.PictureWorksheet. addImage(PictureAnchor anchor, byte[] imageData, String name, boolean lockAspectRatio)Add an image with custom anchor and name.
-