- writeExcelSheet(ExcelData<X, Y>, ExcelWriter) - 类 中的方法com.facecto.code.excel.ExcelWrite
-
- writeWithTemplate(Object, Object, MergeStrategy, HorizontalCellStyleStrategy, String, String) - 类 中的方法com.facecto.code.excel.ExcelWrite
-
Use the template output excel, you can customize the merging rules and content display style.
- writeWithTemplateByWeb(Object, Object, MergeStrategy, HorizontalCellStyleStrategy, String, String, HttpServletResponse) - 类 中的方法com.facecto.code.excel.ExcelWrite
-
Use the template output excel by web, you can customize the merging rules and content display style.
- writeWithTemplateMultiSheet(ExcelData<X, Y>, String, String) - 类 中的方法com.facecto.code.excel.ExcelWrite
-
Use templates to write multi-sheet files: containing table headers, multiple rows of content.
- writeWithTemplateMultiSheetByWeb(ExcelData<X, Y>, String, String, HttpServletResponse) - 类 中的方法com.facecto.code.excel.ExcelWrite
-
Use templates to write multi-sheet files by web: containing table headers, multiple rows of content.