Package org.jxls.command
Interface CellRefGenerator
- All Known Implementing Classes:
DynamicSheetNameGenerator,SheetNameGenerator
public interface CellRefGenerator
Defines generic method for generating new cell references during
EachCommand command iteration- Author:
- Leonid Vysochyn
-
Method Summary
-
Method Details
-
generateCellRef
- Parameters:
index- current iteration indexcontext- current contextlogger- -- Returns:
- target cell reference for this index
-