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

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

The 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
 *         Date: 6/18/12
 */
public interface WritableCellValue {
    Object writeToCell(Cell cell, Context context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy