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

com.github.developframework.excel.styles.ItemKey Maven / Gradle / Ivy

package com.github.developframework.excel.styles;

import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.Workbook;

/**
 * @author qiushui on 2023-05-22.
 */
@FunctionalInterface
public interface ItemKey {

    void configureCellStyle(Workbook workbook, CellStyle cellStyle);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy