| 程序包 | 说明 |
|---|---|
| com.xiaoleilu.hutool.poi.excel |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
InternalExcelUtil.setCellValue(org.apache.poi.ss.usermodel.Cell cell,
Object value,
StyleSet styleSet)
设置单元格值
|
static void |
InternalExcelUtil.writeRow(org.apache.poi.ss.usermodel.Row row,
Iterable<?> rowData,
StyleSet styleSet)
写一行数据
|
Copyright © 2018. All rights reserved.