Package org.apache.poi.ss.excelant
Class ExcelAntSet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.apache.poi.ss.excelant.ExcelAntSet
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ExcelAntSetDoubleCell,ExcelAntSetFormulaCell,ExcelAntSetStringCell
public abstract class ExcelAntSet extends org.apache.tools.ant.Task
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcellStrprotected ExcelAntWorkbookUtilwbUtil
-
Constructor Summary
Constructors Constructor Description ExcelAntSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCell()voidsetCell(String cellName)voidsetWorkbookUtil(ExcelAntWorkbookUtil wb)-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Field Detail
-
cellStr
protected String cellStr
-
wbUtil
protected ExcelAntWorkbookUtil wbUtil
-
-
Method Detail
-
setCell
public void setCell(String cellName)
-
getCell
public String getCell()
-
setWorkbookUtil
public void setWorkbookUtil(ExcelAntWorkbookUtil wb)
-
-