public class CenterImageTest
extends java.lang.Object
| 构造器和说明 |
|---|
CenterImageTest() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
excelExport() |
void |
excelExport1() |
(专用程序包) static void |
putPictureCentered(org.apache.poi.ss.usermodel.Sheet sheet,
java.lang.String picturePath,
int pictureType,
int column,
int startRow,
int rowspan) |
(专用程序包) static void |
putPictureCentered1(org.apache.poi.ss.usermodel.Sheet sheet,
int pictureIdx,
com.kdayun.jxls.command.ImageCommand.ImageAlgin align,
org.apache.poi.ss.usermodel.ClientAnchor anchor) |
static void putPictureCentered(org.apache.poi.ss.usermodel.Sheet sheet,
java.lang.String picturePath,
int pictureType,
int column,
int startRow,
int rowspan)
throws java.lang.Exception
java.lang.Exceptionstatic void putPictureCentered1(org.apache.poi.ss.usermodel.Sheet sheet,
int pictureIdx,
com.kdayun.jxls.command.ImageCommand.ImageAlgin align,
org.apache.poi.ss.usermodel.ClientAnchor anchor)
throws java.lang.Exception
java.lang.Exceptionpublic void excelExport1()
throws java.lang.Exception
java.lang.Exceptionpublic void excelExport()
throws java.lang.Exception
java.lang.Exception