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

com.github.kunalk16.excel.model.user.WorkBook Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.kunalk16.excel.model.user;

import java.util.Collection;

public interface WorkBook {
    Sheet getSheet(int index);

    Sheet getSheet(String sheetName);

    Collection getSheets();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy