Package com.storedobject.office.od.ods
Class Cell
java.lang.Object
com.storedobject.office.od.ods.Cell
- All Implemented Interfaces:
org.apache.poi.ss.usermodel.Cell
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
org.apache.poi.ss.util.CellAddress
org.apache.poi.ss.util.CellRangeAddress
boolean
org.apache.poi.ss.usermodel.CellType
org.apache.poi.ss.usermodel.Comment
org.apache.poi.ss.usermodel.CellStyle
org.apache.poi.ss.usermodel.CellType
int
byte
org.apache.poi.ss.usermodel.Hyperlink
double
org.apache.poi.ss.usermodel.RichTextString
getRow()
int
getSheet()
boolean
void
void
void
void
void
setBlank()
void
setCellComment
(org.apache.poi.ss.usermodel.Comment comment) void
setCellErrorValue
(byte b) void
setCellFormula
(String formula) void
setCellStyle
(org.apache.poi.ss.usermodel.CellStyle cellStyle) void
setCellType
(org.apache.poi.ss.usermodel.CellType cellType) Deprecated.void
setCellValue
(boolean b) void
setCellValue
(double value) void
setCellValue
(String value) void
setCellValue
(LocalDateTime localDateTime) void
setCellValue
(Calendar calendar) void
setCellValue
(Date date) void
setCellValue
(org.apache.poi.ss.usermodel.RichTextString richTextString) void
setHyperlink
(org.apache.poi.ss.usermodel.Hyperlink hyperlink) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.poi.ss.usermodel.Cell
setCellValue
-
Method Details
-
setCellType
Deprecated.- Specified by:
setCellType
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setBlank
public void setBlank()- Specified by:
setBlank
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getCellType
public org.apache.poi.ss.usermodel.CellType getCellType()- Specified by:
getCellType
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getCachedFormulaResultType
public org.apache.poi.ss.usermodel.CellType getCachedFormulaResultType()- Specified by:
getCachedFormulaResultType
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
public void setCellValue(double value) - Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
- Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
- Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
- Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
public void setCellValue(org.apache.poi.ss.usermodel.RichTextString richTextString) - Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
- Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellFormula
public void setCellFormula(String formula) throws org.apache.poi.ss.formula.FormulaParseException, IllegalStateException - Specified by:
setCellFormula
in interfaceorg.apache.poi.ss.usermodel.Cell
- Throws:
org.apache.poi.ss.formula.FormulaParseException
IllegalStateException
-
removeFormula
- Specified by:
removeFormula
in interfaceorg.apache.poi.ss.usermodel.Cell
- Throws:
IllegalStateException
-
getCellFormula
- Specified by:
getCellFormula
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getNumericCellValue
public double getNumericCellValue()- Specified by:
getNumericCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getDateCellValue
- Specified by:
getDateCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getLocalDateTimeCellValue
- Specified by:
getLocalDateTimeCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getRichStringCellValue
public org.apache.poi.ss.usermodel.RichTextString getRichStringCellValue()- Specified by:
getRichStringCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getStringCellValue
- Specified by:
getStringCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellValue
public void setCellValue(boolean b) - Specified by:
setCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellErrorValue
public void setCellErrorValue(byte b) - Specified by:
setCellErrorValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getBooleanCellValue
public boolean getBooleanCellValue()- Specified by:
getBooleanCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getErrorCellValue
public byte getErrorCellValue()- Specified by:
getErrorCellValue
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellStyle
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) - Specified by:
setCellStyle
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getCellStyle
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()- Specified by:
getCellStyle
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setAsActiveCell
public void setAsActiveCell()- Specified by:
setAsActiveCell
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getAddress
public org.apache.poi.ss.util.CellAddress getAddress()- Specified by:
getAddress
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setCellComment
public void setCellComment(org.apache.poi.ss.usermodel.Comment comment) - Specified by:
setCellComment
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getCellComment
public org.apache.poi.ss.usermodel.Comment getCellComment()- Specified by:
getCellComment
in interfaceorg.apache.poi.ss.usermodel.Cell
-
removeCellComment
public void removeCellComment()- Specified by:
removeCellComment
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getHyperlink
public org.apache.poi.ss.usermodel.Hyperlink getHyperlink()- Specified by:
getHyperlink
in interfaceorg.apache.poi.ss.usermodel.Cell
-
setHyperlink
public void setHyperlink(org.apache.poi.ss.usermodel.Hyperlink hyperlink) - Specified by:
setHyperlink
in interfaceorg.apache.poi.ss.usermodel.Cell
-
removeHyperlink
public void removeHyperlink()- Specified by:
removeHyperlink
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getArrayFormulaRange
public org.apache.poi.ss.util.CellRangeAddress getArrayFormulaRange()- Specified by:
getArrayFormulaRange
in interfaceorg.apache.poi.ss.usermodel.Cell
-
isPartOfArrayFormulaGroup
public boolean isPartOfArrayFormulaGroup()- Specified by:
isPartOfArrayFormulaGroup
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getColumnIndex
public int getColumnIndex()- Specified by:
getColumnIndex
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getRowIndex
public int getRowIndex()- Specified by:
getRowIndex
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getSheet
- Specified by:
getSheet
in interfaceorg.apache.poi.ss.usermodel.Cell
-
getRow
- Specified by:
getRow
in interfaceorg.apache.poi.ss.usermodel.Cell
-
dispose
public void dispose() -
toString
-