here’s my code :
@Override
public int visitRowStart(Row row) throws Exception {
String text = row.toString(SaveFormat.TEXT).trim().replace(" ", "");
if (text.isEmpty() || text.trim().isBlank()) {
…...println("Processing Row: " + row.toString(SaveFormat...your DocumentVisitor stops processing at a specific point, you...