public class ExcelUtil extends Object
public static void excelExport(javax.servlet.http.HttpServletResponse response,
List<Object[]> list,
String[] headers,
String title,
@Nullable
String info)
response - responselist - Data that needs to be exportedheaders - excel headerstitle - Excel file nameinfo - Excel introduction, Pass null or "" if you don't need itCopyright © 2019. All rights reserved.