public class CellClone extends Object implements org.apache.poi.ss.usermodel.Cell
| コンストラクタと説明 |
|---|
CellClone(org.apache.poi.ss.usermodel.Cell cell)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.poi.ss.util.CellAddress |
getAddress() |
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() |
org.apache.poi.ss.usermodel.CellType |
getCellTypeEnum() |
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() |
String |
getStringCellValue() |
boolean |
isPartOfArrayFormulaGroup() |
void |
removeCellComment() |
void |
removeFormula() |
void |
removeHyperlink() |
void |
setAsActiveCell() |
void |
setBlank() |
void |
setCellComment(org.apache.poi.ss.usermodel.Comment comment) |
void |
setCellErrorValue(byte value) |
void |
setCellFormula(String formula) |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle style) |
void |
setCellType(org.apache.poi.ss.usermodel.CellType cellType) |
void |
setCellType(int cellType) |
void |
setCellValue(boolean value) |
void |
setCellValue(Calendar value) |
void |
setCellValue(Date value) |
void |
setCellValue(double value) |
void |
setCellValue(LocalDateTime value) |
void |
setCellValue(org.apache.poi.ss.usermodel.RichTextString value) |
void |
setCellValue(String value) |
void |
setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link) |
public org.apache.poi.ss.util.CellRangeAddress getArrayFormulaRange()
getArrayFormulaRange インタフェース内 org.apache.poi.ss.usermodel.Cellpublic boolean getBooleanCellValue()
getBooleanCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellType getCachedFormulaResultType()
getCachedFormulaResultType インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Comment getCellComment()
getCellComment インタフェース内 org.apache.poi.ss.usermodel.Cellpublic String getCellFormula()
getCellFormula インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellStyle getCellStyle()
getCellStyle インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellType getCellType()
getCellType インタフェース内 org.apache.poi.ss.usermodel.Cellpublic int getColumnIndex()
getColumnIndex インタフェース内 org.apache.poi.ss.usermodel.Cellpublic Date getDateCellValue()
getDateCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic byte getErrorCellValue()
getErrorCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Hyperlink getHyperlink()
getHyperlink インタフェース内 org.apache.poi.ss.usermodel.Cellpublic double getNumericCellValue()
getNumericCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.RichTextString getRichStringCellValue()
getRichStringCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Row getRow()
getRow インタフェース内 org.apache.poi.ss.usermodel.Cellpublic int getRowIndex()
getRowIndex インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Sheet getSheet()
getSheet インタフェース内 org.apache.poi.ss.usermodel.Cellpublic String getStringCellValue()
getStringCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic boolean isPartOfArrayFormulaGroup()
isPartOfArrayFormulaGroup インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void removeCellComment()
removeCellComment インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setAsActiveCell()
setAsActiveCell インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellComment(org.apache.poi.ss.usermodel.Comment comment)
setCellComment インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellErrorValue(byte value)
setCellErrorValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellFormula(String formula) throws org.apache.poi.ss.formula.FormulaParseException
setCellFormula インタフェース内 org.apache.poi.ss.usermodel.Cellorg.apache.poi.ss.formula.FormulaParseExceptionpublic void setCellStyle(org.apache.poi.ss.usermodel.CellStyle style)
setCellStyle インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellType(int cellType)
public void setCellValue(double value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(Date value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(Calendar value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(org.apache.poi.ss.usermodel.RichTextString value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(String value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(boolean value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link)
setHyperlink インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void removeHyperlink()
removeHyperlink インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellType(org.apache.poi.ss.usermodel.CellType cellType)
setCellType インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellType getCellTypeEnum()
getCellTypeEnum インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellType getCachedFormulaResultTypeEnum()
getCachedFormulaResultTypeEnum インタフェース内 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.util.CellAddress getAddress()
getAddress インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setBlank()
setBlank インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void removeFormula()
throws IllegalStateException
removeFormula インタフェース内 org.apache.poi.ss.usermodel.CellIllegalStateExceptionpublic LocalDateTime getLocalDateTimeCellValue()
getLocalDateTimeCellValue インタフェース内 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(LocalDateTime value)
setCellValue インタフェース内 org.apache.poi.ss.usermodel.CellCopyright © 2009–2023. All rights reserved.