| 程序包 | 说明 |
|---|---|
| org.hellojavaer.poi.excel.utils | |
| org.hellojavaer.poi.excel.utils.read | |
| org.hellojavaer.poi.excel.utils.write |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelCellValue |
ExcelUtils.readCell(org.apache.poi.ss.usermodel.Cell cell)
convert Cell type to ExcelCellValue type
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelCellValue |
ExcelReadContext.getCellValue(Integer rowIndex,
Integer colIndex) |
ExcelCellValue |
ExcelReadContext.getCellValue(Integer rowIndex,
String colStrIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ExcelReadCellProcessor.process(ExcelReadContext<?> context,
org.apache.poi.ss.usermodel.Cell cell,
ExcelCellValue cellValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelCellValue |
ExcelWriteContext.getCellValue(Integer rowIndex,
Integer colIndex) |
ExcelCellValue |
ExcelWriteContext.getCellValue(Integer rowIndex,
String colStrIndex) |
Copyright © 2016. All Rights Reserved.