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

hsim.checkpoint.setting.service.MsgExcelService Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package hsim.checkpoint.setting.service;

import hsim.checkpoint.util.excel.PoiWorkBook;

/**
 * The interface Msg excel service.
 */
public interface MsgExcelService {
    /**
     * Gets all excels.
     *
     * @return the all excels
     */
    PoiWorkBook getAllExcels();

    /**
     * Gets excel.
     *
     * @param method the method
     * @param url    the url
     * @return the excel
     */
    PoiWorkBook getExcel(String method, String url);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy