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

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

package com.github.developframework.excel;

import com.github.developframework.excel.styles.CellStyleManager;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.ss.usermodel.Workbook;

import java.util.List;

/**
 * 工作表扩展处理
 *
 * @param 
 */
public interface SheetExtraHandler {

    void handle(Workbook workbook, Sheet sheet, CellStyleManager cellStyleManager, int firstRow, int lastRow, List list);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy