public class DbvExp extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static ExcelIndexConfig |
DEFAULT_INDEX_CONFIG |
| 构造器和说明 |
|---|
DbvExp() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addTable(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table) |
static void |
addTable(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table,
ExcelTemplateConfig config) |
static void |
addTableIndex(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table) |
static void |
addTableIndex(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table,
ExcelIndexConfig config) |
static List<String> |
getTables(org.apache.poi.xssf.usermodel.XSSFWorkbook book) |
static InputStream |
getTemplateExcelStream() |
static org.apache.poi.xssf.usermodel.XSSFWorkbook |
newXSSFWorkbook(InputStream in) |
public static final ExcelIndexConfig DEFAULT_INDEX_CONFIG
public static InputStream getTemplateExcelStream()
public static org.apache.poi.xssf.usermodel.XSSFWorkbook newXSSFWorkbook(InputStream in) throws IOException
IOExceptionpublic static void addTableIndex(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table)
public static void addTableIndex(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table,
ExcelIndexConfig config)
public static void addTable(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table)
public static void addTable(org.apache.poi.xssf.usermodel.XSSFWorkbook book,
Table table,
ExcelTemplateConfig config)
Copyright © 2024 fossc. All rights reserved.