public class ExcelWriteLocalStoreUtils extends Object
| 构造器和说明 |
|---|
ExcelWriteLocalStoreUtils() |
public static <T> void writeJavaObjectToExcelFile(String absoluteStorePath, String fileName, String sheetName, List<T> data) throws EasyExcelException
T - java classabsoluteStorePath - store excel file pathfileName - file namesheetName - sheet namedata - the dataEasyExcelExceptionpublic static <T> void writeJavaObjectToExcelFile(String absoluteStorePath, String fileName, List<T> data) throws EasyExcelException
T - java classabsoluteStorePath - store excel file pathfileName - file namedata - the dataEasyExcelExceptionCopyright © 2022. All rights reserved.