Interface WritableCellValue

All Known Implementing Classes:
WritableHyperlink

public interface WritableCellValue
Defines an interface for a cell value which knows how to write itself to a cell
Author:
Leonid Vysochyn
  • Method Summary

    Modifier and Type
    Method
    Description
    writeToCell(org.apache.poi.ss.usermodel.Cell cell, Context context)
     
  • Method Details

    • writeToCell

      Object writeToCell(org.apache.poi.ss.usermodel.Cell cell, Context context)