public class ExportHandler extends Object
ExportHandler()
static <E> org.apache.poi.ss.usermodel.Workbook
export(Class<E> cls, List<E> datas)
export(Class<E> cls, List<E> datas, String sheetTitle)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExportHandler()
public static <E> org.apache.poi.ss.usermodel.Workbook export(Class<E> cls, List<E> datas)
cls
datas
public static <E> org.apache.poi.ss.usermodel.Workbook export(Class<E> cls, List<E> datas, String sheetTitle)
sheetTitle
@ExportSheet
Copyright © 2019. All rights reserved.