![JAR search and dependency download from the Maven repository](/logo.png)
io.github.mapper.excel.util.WorkbookCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of excel-object-mapper Show documentation
Show all versions of excel-object-mapper Show documentation
This Project is mapping excel row to object model
The newest version!
/*
* code https://github.com/mohsen-mahmoudi/excel-object-mapping
*/
package io.github.mapper.excel.util;
import org.apache.poi.ss.usermodel.Workbook;
/**
* @author Mohsen.Mahmoudi
*/
public interface WorkbookCallback {
void getWorkbook(Workbook workbook) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy