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

sk.iway.iwcm.admin.xls.ExcelImportServiceInterface Maven / Gradle / Ivy

package sk.iway.iwcm.admin.xls;

import org.springframework.web.multipart.MultipartFile;

public interface ExcelImportServiceInterface {
    void importFile(MultipartFile file);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy