| 程序包 | 说明 |
|---|---|
| xyz.proteanbear.template | |
| xyz.proteanbear.template.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PbPOIWordTemplate.writeTo(File templateFile,
FileSuffix fileSuffix,
OutputStream outputStream,
Object data)
After reading the specified WORD template and replacing the contents of the template, a new WORD file is generated
|
void |
PbPOIExcelTemplate.writeTo(FileSuffix fileSuffix,
OutputStream outputStream,
List<?>... data)
Writes the specified data list to an Excel file.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FileSuffix |
FileSuffix.getBy(File file)
Get the file type suffix.
|
static FileSuffix |
FileSuffix.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FileSuffix[] |
FileSuffix.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2019. All rights reserved.