public class CsvCell
extends org.apache.poi.ss.usermodel.CellBase
| 构造器和说明 |
|---|
CsvCell(CsvWorkbook csvWorkbook,
CsvSheet csvSheet,
CsvRow csvRow,
Integer columnIndex,
org.apache.poi.ss.usermodel.CellType cellType) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.util.CellRangeAddress |
getArrayFormulaRange() |
boolean |
getBooleanCellValue() |
org.apache.poi.ss.usermodel.CellType |
getCachedFormulaResultType() |
org.apache.poi.ss.usermodel.CellType |
getCachedFormulaResultTypeEnum() |
org.apache.poi.ss.usermodel.Comment |
getCellComment() |
String |
getCellFormula() |
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
org.apache.poi.ss.usermodel.CellType |
getCellType() |
int |
getColumnIndex() |
Date |
getDateCellValue() |
byte |
getErrorCellValue() |
org.apache.poi.ss.usermodel.Hyperlink |
getHyperlink() |
LocalDateTime |
getLocalDateTimeCellValue() |
double |
getNumericCellValue() |
org.apache.poi.ss.usermodel.RichTextString |
getRichStringCellValue() |
org.apache.poi.ss.usermodel.Row |
getRow() |
int |
getRowIndex() |
org.apache.poi.ss.usermodel.Sheet |
getSheet() |
protected org.apache.poi.ss.SpreadsheetVersion |
getSpreadsheetVersion() |
String |
getStringCellValue() |
boolean |
isPartOfArrayFormulaGroup() |
void |
removeCellComment() |
protected void |
removeFormulaImpl() |
void |
removeHyperlink() |
void |
setAsActiveCell() |
void |
setCellComment(org.apache.poi.ss.usermodel.Comment comment) |
void |
setCellErrorValue(byte value) |
protected void |
setCellFormulaImpl(String formula) |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle style) |
protected void |
setCellTypeImpl(org.apache.poi.ss.usermodel.CellType cellType) |
void |
setCellValue(boolean value) |
void |
setCellValue(org.apache.poi.ss.usermodel.RichTextString value) |
void |
setCellValue(String value) |
protected void |
setCellValueImpl(Calendar value) |
protected void |
setCellValueImpl(Date value) |
protected void |
setCellValueImpl(double value) |
protected void |
setCellValueImpl(LocalDateTime value) |
protected void |
setCellValueImpl(org.apache.poi.ss.usermodel.RichTextString value) |
protected void |
setCellValueImpl(String value) |
void |
setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link) |
getAddress, getCellTypeEnum, getValueType, removeFormula, setBlank, setCellFormula, setCellType, setCellValue, setCellValue, setCellValue, setCellValue, tryToDeleteArrayFormulapublic CsvCell(CsvWorkbook csvWorkbook, CsvSheet csvSheet, CsvRow csvRow, Integer columnIndex, org.apache.poi.ss.usermodel.CellType cellType)
protected void setCellTypeImpl(org.apache.poi.ss.usermodel.CellType cellType)
setCellTypeImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellFormulaImpl(String formula)
setCellFormulaImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void removeFormulaImpl()
removeFormulaImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellValueImpl(double value)
setCellValueImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellValueImpl(Date value)
setCellValueImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellValueImpl(LocalDateTime value)
setCellValueImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellValueImpl(Calendar value)
setCellValueImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellValueImpl(String value)
setCellValueImpl 在类中 org.apache.poi.ss.usermodel.CellBaseprotected void setCellValueImpl(org.apache.poi.ss.usermodel.RichTextString value)
setCellValueImpl 在类中 org.apache.poi.ss.usermodel.CellBasepublic void setCellValue(String value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.CellsetCellValue 在类中 org.apache.poi.ss.usermodel.CellBasepublic void setCellValue(org.apache.poi.ss.usermodel.RichTextString value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.CellsetCellValue 在类中 org.apache.poi.ss.usermodel.CellBaseprotected org.apache.poi.ss.SpreadsheetVersion getSpreadsheetVersion()
getSpreadsheetVersion 在类中 org.apache.poi.ss.usermodel.CellBasepublic int getColumnIndex()
public int getRowIndex()
public org.apache.poi.ss.usermodel.Sheet getSheet()
public org.apache.poi.ss.usermodel.Row getRow()
public org.apache.poi.ss.usermodel.CellType getCellType()
public org.apache.poi.ss.usermodel.CellType getCachedFormulaResultType()
public org.apache.poi.ss.usermodel.CellType getCachedFormulaResultTypeEnum()
public String getCellFormula()
public double getNumericCellValue()
public Date getDateCellValue()
public LocalDateTime getLocalDateTimeCellValue()
public org.apache.poi.ss.usermodel.RichTextString getRichStringCellValue()
public String getStringCellValue()
public void setCellValue(boolean value)
public void setCellErrorValue(byte value)
public boolean getBooleanCellValue()
public byte getErrorCellValue()
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle style)
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
public void setAsActiveCell()
public void setCellComment(org.apache.poi.ss.usermodel.Comment comment)
public org.apache.poi.ss.usermodel.Comment getCellComment()
public void removeCellComment()
public org.apache.poi.ss.usermodel.Hyperlink getHyperlink()
public void setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link)
public void removeHyperlink()
public org.apache.poi.ss.util.CellRangeAddress getArrayFormulaRange()
public boolean isPartOfArrayFormulaGroup()
Copyright © 2018–2022 Alibaba Group. All rights reserved.