org.springframework.batch.item.excel.support.rowset
Interface RowSetFactory

All Known Implementing Classes:
DefaultRowSetFactory

public interface RowSetFactory

Contract for factories which will construct a RowSet implementation.

Since:
0.5.0
Author:
Marten Deinum

Method Summary
 RowSet create(Sheet sheet)
          Create a rowset instance.
 

Method Detail

create

RowSet create(Sheet sheet)
Create a rowset instance.

Parameters:
sheet - an Excel sheet.
Returns:
a RowSet instance.


Copyright © 2017. All rights reserved.