TemplateSheet代替@Deprecated public abstract class AbstractTemplate extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
LOGGER
已过时。
LOGGER
|
protected Map<String,String> |
map
已过时。
|
protected Workbook |
wb
已过时。
|
protected Path |
zipPath
已过时。
|
| 构造器和说明 |
|---|
AbstractTemplate(Path zipPath,
Workbook wb)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
bind(Object o)
已过时。
Replace the placeholder character with Entry
|
protected int |
bindSheetData()
已过时。
|
protected int |
bindSstData()
已过时。
|
boolean |
check()
已过时。
The open-xml legitimate check
|
protected boolean |
checkDefault(List<ContentType.Default> list)
已过时。
|
protected boolean |
checkOverride(List<ContentType.Override> list)
已过时。
|
protected abstract String |
getValue(String txt)
已过时。
Returns the placeholder character
|
protected abstract boolean |
isPlaceholder(String txt)
已过时。
Check the cell content has placeholder character
|
protected org.slf4j.Logger LOGGER
protected Workbook wb
protected Path zipPath
public boolean check()
protected boolean checkDefault(List<ContentType.Default> list)
protected boolean checkOverride(List<ContentType.Override> list)
public void bind(Object o)
o - the entryprotected int bindSstData()
protected int bindSheetData()
protected abstract boolean isPlaceholder(String txt)
txt - the content of cellCopyright © 2024. All rights reserved.