| 程序包 | 说明 |
|---|---|
| com.ibiz.excel.picture.support.model | |
| com.ibiz.excel.picture.support.processor |
| 限定符和类型 | 方法和说明 |
|---|---|
Row |
Row.addCell(Cell cell)
添加行中单元格元素
|
Row |
Sheet.createRow(int rowNumber) |
<T> Row |
Sheet.createRow(T t)
创建行,单元格会根据t的属性自动填充
|
Row |
Sheet.getRow(int num)
根据行号,获取行对象,默认从0开始
|
Row |
Row.setCellStyle(CellStyle cellStyle)
设置行样式
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Row> |
Sheet.getRows() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PictureProcessor.addPictures(Row row,
int cellNumber,
Object value,
ExportModel model)
添加图片
|
void |
PictureProcessor.addPictures(Row row,
int cellNumber,
Object value,
int pictureSource,
int width,
int height)
添加图片
|
Copyright © 2022. All rights reserved.