Package org.openforis.commons.io.excel
Class ExcelPictures
- java.lang.Object
-
- org.openforis.commons.io.excel.ExcelPictures
-
public abstract class ExcelPictures extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcelPictures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddPicture(org.apache.poi.ss.usermodel.Sheet sheet, byte[] content, int pictureType, int column, int startRow, int rowSpan)static voidaddPicture(org.apache.poi.ss.usermodel.Sheet sheet, byte[] content, int pictureType, org.apache.poi.ss.usermodel.Cell cell)
-
-
-
Method Detail
-
addPicture
public static void addPicture(org.apache.poi.ss.usermodel.Sheet sheet, byte[] content, int pictureType, org.apache.poi.ss.usermodel.Cell cell)
-
addPicture
public static void addPicture(org.apache.poi.ss.usermodel.Sheet sheet, byte[] content, int pictureType, int column, int startRow, int rowSpan)
-
-