public class WorkbookManager extends Object
构造器和说明 |
---|
WorkbookManager() |
限定符和类型 | 方法和说明 |
---|---|
void |
close(String workbookId) |
void |
destroy() |
WorkbookEntity |
getWorkbookManager(ExcelType excelType) |
WorkbookEntity |
getWorkbookManager(ExcelType excelType,
Collection<?> collection) |
WorkbookEntity |
getWorkbookManager(String url) |
static org.apache.poi.ss.usermodel.Workbook |
newWorkbook(ExcelType excelType) |
static org.apache.poi.ss.usermodel.Workbook |
newWorkbook(ExcelType excelType,
Collection<?> collection) |
@PreDestroy public void destroy()
public WorkbookEntity getWorkbookManager(String url)
public WorkbookEntity getWorkbookManager(ExcelType excelType)
public WorkbookEntity getWorkbookManager(ExcelType excelType, Collection<?> collection)
public static org.apache.poi.ss.usermodel.Workbook newWorkbook(ExcelType excelType)
public static org.apache.poi.ss.usermodel.Workbook newWorkbook(ExcelType excelType, Collection<?> collection)
public void close(String workbookId)
Copyright © 2021. All rights reserved.