public abstract class AbstractTemplate extends Object
| 构造器和说明 |
|---|
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
|
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 © 2020. All rights reserved.