public interface ExcelWriterProcessor
<S> S start()
throws Exception
S - 表格对象泛型Exception - 启动异常,如果已经启动,将抛出异常<S> S start(String sheetName) throws Exception
S - 表格对象泛型sheetName - 表格名字Exception - 启动异常,如果已经启动,将抛出异常<R> R nextRow()
R - 行对象泛型<C> C nextCell()
C - 单元格对象泛型Copyright © 2018. All rights reserved.