
com.github.kunalk16.excel.model.user.WorkBook Maven / Gradle / Ivy
package com.github.kunalk16.excel.model.user;
import java.util.Collection;
public interface WorkBook {
Sheet getSheet(int index);
Sheet getSheet(String sheetName);
Collection getSheets();
Cell getCellByDefinedName(String definedName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy