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

com.alibaba.excel.analysis.ExcelReadExecutor Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.alibaba.excel.analysis;

import java.util.List;

import com.alibaba.excel.read.metadata.ReadSheet;

/**
 * Excel file Executor
 *
 * @author Jiaju Zhuang
 */
public interface ExcelReadExecutor {

    /**
     * Returns the actual sheet in excel
     *
     * @return Actual sheet in excel
     */
    List sheetList();

    /**
     * Read the sheet.
     */
    void execute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy