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.ReadConfig.setContextConsumer(BiConsumer<T,RowContext> contextConsumer) |
void |
SaxExcelReader.ReadConfig.setContextFunction(BiFunction<T,RowContext,Boolean> contextFunction) |