public class ExcelWriter extends Object implements AutoCloseable
public static <T> ExcelWriter of(Class<T> excelClass, List<T> entityList, String... ignores)
T - texcelClass - 实体entityList - 实体列表ignores - 忽略的字段public void doWrite(javax.servlet.http.HttpServletResponse response)
public void close()
throws IOException
close 在接口中 AutoCloseableIOException - ioCopyright © 2019. All rights reserved.