| 程序包 | 说明 |
|---|---|
| top.cenze.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
private static Map<Integer,Map<Integer,org.apache.poi.ss.usermodel.Cell>> |
JxlsExcelUtil.createAllCell(Map<Integer,org.apache.poi.ss.usermodel.Row> mapAllRows,
ExcelMapping mapping)
初始化创建所有列
|
private static Map<Integer,org.apache.poi.ss.usermodel.Row> |
JxlsExcelUtil.createAllRow(org.apache.poi.ss.usermodel.Sheet sheet,
ExcelMapping mapping)
初始化创建所有行
|
static org.springframework.web.multipart.MultipartFile |
JxlsExcelUtil.createExportTemplate(ExcelMapping mapping)
创建导出模板
|
static org.springframework.web.multipart.MultipartFile |
JxlsExcelUtil.createExportTemplate(org.springframework.web.multipart.MultipartFile templateFile,
ExcelMapping mapping)
创建导出模板
|
static Document |
JxlsExcelUtil.createImportXml(ExcelMapping mapping)
创建导入模板xml文档
|
static org.springframework.web.multipart.MultipartFile |
JxlsExcelUtil.createImportXmlToMultipartFile(ExcelMapping mapping)
创建导入模板xml文档
|
Copyright © 2023. All rights reserved.