| 程序包 | 说明 |
|---|---|
| cn.sanenen.poi.excel |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.Cell |
ExcelHandler.addCell(Excel attr,
org.apache.poi.ss.usermodel.Row row,
T vo,
Field field,
int column)
添加单元格
|
org.apache.poi.ss.usermodel.Cell |
ExcelHandler.createCell(Excel attr,
org.apache.poi.ss.usermodel.Row row,
int column)
创建单元格
|
void |
ExcelHandler.setCellVo(Object value,
Excel attr,
org.apache.poi.ss.usermodel.Cell cell)
设置单元格信息
|
void |
ExcelHandler.setDataValidation(Excel attr,
org.apache.poi.ss.usermodel.Row row,
int column)
创建表格样式
|
Copyright © 2021. All rights reserved.