All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jxls.transform.poi.WritableCellValue Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.jxls.transform.poi;

import org.jxls.common.Context;
import org.apache.poi.ss.usermodel.Cell;

/**
 * Defines an interface for a cell value which knows how to write itself to a cell
 * 
 * @author Leonid Vysochyn
 */
public interface WritableCellValue {

    Object writeToCell(Cell cell, Context context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy