| 程序包 | 说明 |
|---|---|
| com.facecto.code.excel |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
ExcelWrite.excelWriterWithTemplate(Object headData,
Object contentData,
MergeStrategy mergeStrategy,
com.alibaba.excel.write.style.HorizontalCellStyleStrategy horizontalCellStyleStrategy,
String outFileName,
String templateFileName,
boolean hasWeb,
javax.servlet.http.HttpServletResponse response,
InputStream inputStream) |
void |
ExcelWrite.writeWithTemplate(Object headData,
Object contentData,
MergeStrategy mergeStrategy,
com.alibaba.excel.write.style.HorizontalCellStyleStrategy horizontalCellStyleStrategy,
String outFileName,
String templateFileName)
Use the template output excel, you can customize the merging rules and content display style.
|
void |
ExcelWrite.writeWithTemplateByWeb(Object headData,
Object contentData,
MergeStrategy mergeStrategy,
com.alibaba.excel.write.style.HorizontalCellStyleStrategy horizontalCellStyleStrategy,
String outFileName,
String templateFileName,
javax.servlet.http.HttpServletResponse response)
Use the template output excel by web, you can customize the merging rules and content display style.
|
Copyright © 2021. All rights reserved.