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 Details

    • generateCellRef

      CellRef generateCellRef(int index, Context context, JxlsLogger logger)
      Parameters:
      index - current iteration index
      context - current context
      logger - -
      Returns:
      target cell reference for this index