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

com.github.developframework.excel.CellStyleKeyProvider Maven / Gradle / Ivy

package com.github.developframework.excel;

import org.apache.poi.ss.usermodel.Cell;

/**
 * @author qiushui on 2023-05-18.
 */
@FunctionalInterface
public interface CellStyleKeyProvider {

    String provideCellStyleKey(Cell cell, ENTITY entity, Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy