void |
SaxExcelReader.readThen(File file,
BiConsumer<T,RowContext> contextConsumer) |
void |
SaxExcelReader.readThen(File file,
BiFunction<T,RowContext,Boolean> contextFunction) |
void |
SaxExcelReader.readThen(InputStream fileInputStream,
BiConsumer<T,RowContext> contextConsumer) |
void |
SaxExcelReader.readThen(InputStream fileInputStream,
BiFunction<T,RowContext,Boolean> contextFunction) |
void |
SaxExcelReader.readThen(Path path,
BiConsumer<T,RowContext> contextConsumer) |
void |
SaxExcelReader.readThen(Path path,
BiFunction<T,RowContext,Boolean> contextFunction) |