Interface RowExtractor

All Superinterfaces:
Serializable
All Known Subinterfaces:
SimpleRowExtractor

public interface RowExtractor extends Serializable
A function that, given the Header returned from a HeaderExtractor and a Sheet returned from a SheetSelector, extracts data.

While this is an interface to in-principle allow consumers of this library to supply a custom implementation, in practice almost all consumers should just use the built-in SimpleRowExtractor.