@Immutable
public interface ShouldStopParameters
-
Method Summary
default Optional<org.apache.poi.ss.usermodel.Row>
default Optional<org.apache.poi.ss.usermodel.Row>
1-indexed row number in the sheet.
1-indexed row number in the table.
org.apache.poi.ss.usermodel.Sheet
-
Method Details
-
sheet
org.apache.poi.ss.usermodel.Sheet sheet()
-
rowNumberInSheet
1-indexed row number in the sheet.
-
rowNumberInTable
1-indexed row number in the table.
-
currentRow
default Optional<org.apache.poi.ss.usermodel.Row> currentRow()
-
previousRow
default Optional<org.apache.poi.ss.usermodel.Row> previousRow()