static <T> cn.hutool.poi.excel.ExcelWriter
createExcel(List<Map<String,Object>> dataList, Map<String,String> map)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
T
dataList
map
map对象 key 为字段描述,将被用于excel的标题,如:名字 value 为字段名,如:name
HSSFWorkbook