T - 子对象类型,用于标记返回值thispublic interface ExcelSaxReader<T>
T read(String path) throws POIException
path - Excel文件路径POIException - POI异常T read(File file) throws POIException
file - Excel文件POIException - POI异常T read(InputStream in) throws POIException
in - Excel包流POIException - POI异常T read(String path, int rid) throws POIException
path - 文件路径rid - Excel中的sheet rid编号,如果为-1处理所有编号的sheetPOIException - POI异常T read(File file, int rid) throws POIException
file - Excel文件rid - Excel中的sheet rid编号,如果为-1处理所有编号的sheetPOIException - POI异常T read(InputStream in, int rid) throws POIException
in - Excel流rid - Excel中的sheet rid编号,如果为-1处理所有编号的sheetPOIException - POI异常Copyright © 2019. All rights reserved.