com.alibaba.excel.metadata.csv

类 CsvCell

  • java.lang.Object
    • org.apache.poi.ss.usermodel.CellBase
      • com.alibaba.excel.metadata.csv.CsvCell
  • 所有已实现的接口:
    org.apache.poi.ss.usermodel.Cell

    public class CsvCell
    extends org.apache.poi.ss.usermodel.CellBase
    csv cell
    作者:
    Jiaju Zhuang
    • 构造器详细资料

    • 方法详细资料

      • setCellTypeImpl

        protected void setCellTypeImpl(org.apache.poi.ss.usermodel.CellType cellType)
        指定者:
        setCellTypeImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellFormulaImpl

        protected void setCellFormulaImpl(String formula)
        指定者:
        setCellFormulaImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • removeFormulaImpl

        protected void removeFormulaImpl()
        指定者:
        removeFormulaImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValueImpl

        protected void setCellValueImpl(double value)
        指定者:
        setCellValueImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValueImpl

        protected void setCellValueImpl(Date value)
        指定者:
        setCellValueImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValueImpl

        protected void setCellValueImpl(LocalDateTime value)
        指定者:
        setCellValueImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValueImpl

        protected void setCellValueImpl(Calendar value)
        指定者:
        setCellValueImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValueImpl

        protected void setCellValueImpl(String value)
        指定者:
        setCellValueImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValueImpl

        protected void setCellValueImpl(org.apache.poi.ss.usermodel.RichTextString value)
        指定者:
        setCellValueImpl 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValue

        public void setCellValue(String value)
        指定者:
        setCellValue 在接口中  org.apache.poi.ss.usermodel.Cell
        覆盖:
        setCellValue 在类中  org.apache.poi.ss.usermodel.CellBase
      • setCellValue

        public void setCellValue(org.apache.poi.ss.usermodel.RichTextString value)
        指定者:
        setCellValue 在接口中  org.apache.poi.ss.usermodel.Cell
        覆盖:
        setCellValue 在类中  org.apache.poi.ss.usermodel.CellBase
      • getSpreadsheetVersion

        protected org.apache.poi.ss.SpreadsheetVersion getSpreadsheetVersion()
        指定者:
        getSpreadsheetVersion 在类中  org.apache.poi.ss.usermodel.CellBase
      • getColumnIndex

        public int getColumnIndex()
      • getRowIndex

        public int getRowIndex()
      • getSheet

        public org.apache.poi.ss.usermodel.Sheet getSheet()
      • getRow

        public org.apache.poi.ss.usermodel.Row getRow()
      • getCellType

        public org.apache.poi.ss.usermodel.CellType getCellType()
      • getCachedFormulaResultType

        public org.apache.poi.ss.usermodel.CellType getCachedFormulaResultType()
      • getCachedFormulaResultTypeEnum

        public org.apache.poi.ss.usermodel.CellType getCachedFormulaResultTypeEnum()
      • getCellFormula

        public String getCellFormula()
      • getNumericCellValue

        public double getNumericCellValue()
      • getDateCellValue

        public Date getDateCellValue()
      • getLocalDateTimeCellValue

        public LocalDateTime getLocalDateTimeCellValue()
      • getRichStringCellValue

        public org.apache.poi.ss.usermodel.RichTextString getRichStringCellValue()
      • getStringCellValue

        public String getStringCellValue()
      • setCellValue

        public void setCellValue(boolean value)
      • setCellErrorValue

        public void setCellErrorValue(byte value)
      • getBooleanCellValue

        public boolean getBooleanCellValue()
      • getErrorCellValue

        public byte getErrorCellValue()
      • setCellStyle

        public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle style)
      • getCellStyle

        public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
      • setAsActiveCell

        public void setAsActiveCell()
      • setCellComment

        public void setCellComment(org.apache.poi.ss.usermodel.Comment comment)
      • getCellComment

        public org.apache.poi.ss.usermodel.Comment getCellComment()
      • removeCellComment

        public void removeCellComment()
      • getHyperlink

        public org.apache.poi.ss.usermodel.Hyperlink getHyperlink()
      • setHyperlink

        public void setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link)
      • removeHyperlink

        public void removeHyperlink()
      • getArrayFormulaRange

        public org.apache.poi.ss.util.CellRangeAddress getArrayFormulaRange()
      • isPartOfArrayFormulaGroup

        public boolean isPartOfArrayFormulaGroup()

Copyright © 2018–2021 Alibaba Group. All rights reserved.