public interface IExcelAntWorkbookHandler
For example, suppose that in Excel when you update a cell the workbook does some calculations and updates other cells based on that change. In ExcelAnt you would set the value of the cell then write your own handler then call that from your Ant task after the set task.
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setWorkbook(Workbook workbook) |
void setWorkbook(Workbook workbook)
void execute()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.]]>