Package org.jxls.transform.poi
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 TypeMethodDescriptionwriteToCell(org.apache.poi.ss.usermodel.Cell cell, Context context)
-
Method Details
-
writeToCell
-