Class CellBuffer

    • Constructor Detail

      • CellBuffer

        public CellBuffer()
    • Method Detail

      • getRowIndex

        public int getRowIndex()
      • setRowIndex

        public void setRowIndex​(int row)
      • getColIndex

        public int getColIndex()
      • setColIndex

        public void setColIndex​(int col)
      • isNull

        public boolean isNull()
      • setNull

        public void setNull​(boolean isNull)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • getFormula

        public String getFormula()
      • setFormula

        public void setFormula​(String formula)
      • setNames

        public void setNames​(Set<SName> names)
      • getNames

        public Set<SName> getNames()
      • setStyle

        public void setStyle​(SCellStyle style)
      • getComment

        public SComment getComment()
      • setComment

        public void setComment​(SComment comment)
      • setValidation

        public void setValidation​(SDataValidation validation)
      • setHyperlink

        public void setHyperlink​(SHyperlink hyperlink)
      • applyStyle

        public void applyStyle​(SCell destCell)
      • applyValue

        public void applyValue​(SCell destCell)
      • applyComment

        public void applyComment​(SCell destCell)
      • applyHyperlink

        public void applyHyperlink​(SCell destCell)