Uses of Interface
org.springframework.batch.extensions.excel.RowCallbackHandler
Packages that use RowCallbackHandler
Package
Description
Core interfaces for reading Excel files.
-
Uses of RowCallbackHandler in org.springframework.batch.extensions.excel
Methods in org.springframework.batch.extensions.excel with parameters of type RowCallbackHandlerModifier and TypeMethodDescriptionvoidAbstractExcelItemReader.setSkippedRowsCallback(RowCallbackHandler skippedRowsCallback) Set the callback handler to call when a row is being skipped.