org.springframework.batch.item.excel
Interface RowCallbackHandler


public interface RowCallbackHandler

Callback to handle skipped lines. Useful for header/footer processing.

Since:
0.5.0
Author:
Marten Deinum

Method Summary
 void handleRow(RowSet rs)
           
 

Method Detail

handleRow

void handleRow(RowSet rs)


Copyright © 2017. All rights reserved.