package com.qianwen.core.excel.support; import java.util.List; public interface ExcelImporter { void save(List data); }