java.lang.Object
com.github.developframework.excel.ExcelIO
- 作者:
- qiushui on 2019-05-18.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ExcelReaderreader(ExcelType excelType, InputStream inputStream) 从流读取static ExcelReader从文件读取static ExcelReaderreaderWithPassword(InputStream inputStream, String password) 从流读取(带密码)static ExcelReaderreaderWithPassword(String filename, String password) 从文件读取(带密码)static ExcelWriter写出器
-
构造器详细资料
-
ExcelIO
public ExcelIO()
-
-
方法详细资料
-
writer
写出器- 参数:
excelType- Excel类型- 返回:
- 写出器
-
reader
从流读取- 参数:
excelType- Excel类型inputStream- 输入流- 返回:
- 读取器
- 抛出:
IOException
-
reader
从文件读取- 参数:
filename- 文件名- 返回:
- 读取器
- 抛出:
IOException
-
readerWithPassword
public static ExcelReader readerWithPassword(InputStream inputStream, String password) throws IOException 从流读取(带密码)- 参数:
inputStream- 输入流password- 密码- 返回:
- 读取器
- 抛出:
IOException
-
readerWithPassword
从文件读取(带密码)- 参数:
filename- 文件名password- 密码- 返回:
- 读取器
-