Class SheetRowNumberStopCondition

java.lang.Object
com.palantir.transforms.excel.table.SheetRowNumberStopCondition
All Implemented Interfaces:
StopCondition, Serializable

public final class SheetRowNumberStopCondition extends Object implements StopCondition
A simple StopCondition that tells a SimpleRowExtractor to stop extracting data after a specific row in the sheet.
See Also:
  • Constructor Details

    • SheetRowNumberStopCondition

      public SheetRowNumberStopCondition(int lastRowNumberToUse)
  • Method Details