类的使用
cn.toutatis.xvoid.axolotl.excel.reader.AxolotlExcelReader
使用AxolotlExcelReader的程序包
-
cn.toutatis.xvoid.axolotl中AxolotlExcelReader的使用
修饰符和类型方法说明static AxolotlExcelReader<Object>Axolotls.getExcelReader(File excelFile) static <T> AxolotlExcelReader<T>Axolotls.getExcelReader(File excelFile, Class<T> clazz) static AxolotlExcelReader<Object>Axolotls.getExcelReader(InputStream ins) static <T> AxolotlExcelReader<T>Axolotls.getExcelReader(InputStream ins, Class<T> clazz)