public class ExcelCellDefinition extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExcelCellDefinition.ExcelBooleanCellType
布尔值类型(1=true; 0=false)
|
static interface |
ExcelCellDefinition.ExcelCellType
单元格格式
|
static class |
ExcelCellDefinition.ExcelDateCellType
日期格式
|
static class |
ExcelCellDefinition.ExcelErrorCellType
错误类型
|
static class |
ExcelCellDefinition.ExcelInlinStrCellType
内联字符串(不使用共享池)
|
static class |
ExcelCellDefinition.ExcelNullCellType |
static class |
ExcelCellDefinition.ExcelNumbericCellType
数值类型
|
static class |
ExcelCellDefinition.ExcelStringCellType
共享字符串格式
|
| 构造器和说明 |
|---|
ExcelCellDefinition() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelCellDefinition.ExcelCellType |
getCellType() |
String |
getCellValue() |
Integer |
getColIndex() |
String |
getColTitle() |
Integer |
getRowIndex() |
Integer |
getSheetIndex() |
void |
setCellType(ExcelCellDefinition.ExcelCellType cellType) |
void |
setCellValue(String cellValue) |
void |
setColIndex(Integer colIndex) |
void |
setColTitle(String colTitle) |
void |
setRowIndex(Integer rowIndex) |
void |
setSheetIndex(Integer sheetIndex) |
String |
toString() |
public Integer getSheetIndex()
public void setSheetIndex(Integer sheetIndex)
public Integer getRowIndex()
public void setRowIndex(Integer rowIndex)
public Integer getColIndex()
public void setColIndex(Integer colIndex)
public String getColTitle()
public void setColTitle(String colTitle)
public String getCellValue()
public void setCellValue(String cellValue)
public ExcelCellDefinition.ExcelCellType getCellType()
public void setCellType(ExcelCellDefinition.ExcelCellType cellType)
Copyright © 2019. All rights reserved.