Class SheetRowNumberStopCondition
java.lang.Object
com.palantir.transforms.excel.table.SheetRowNumberStopCondition
- All Implemented Interfaces:
StopCondition
,Serializable
A simple
StopCondition
that tells a SimpleRowExtractor
to stop extracting data after a specific row in the sheet.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SheetRowNumberStopCondition
public SheetRowNumberStopCondition(int lastRowNumberToUse)
-
-
Method Details
-
shouldStop
- Specified by:
shouldStop
in interfaceStopCondition
-