The following code snippet
DeleteBlankOptions options = new DeleteBlankOptions();
options.setStartIndex(0);
System.out.println(options.getStartIndex());
options.setStartIndex(1);
System.out.println(options.getStartIndex…...cells-java Tim49 April 23, 2025, 2:29pm 1 The following code snippet...johnson.shi April 23, 2025, 2:53pm 2 @Tim49 We have found the issue...