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

All Known Implementing Classes:
RowNumberColumnNameExtractor, StaticColumnNameExtractor

public interface ColumnNameExtractor

Contract for extracting column names for a given sheet.

Since:
0.5.0
Author:
Marten Deinum

Method Summary
 String[] getColumnNames(Sheet sheet)
          Retrieves the names of the columns in the given Sheet.
 

Method Detail

getColumnNames

String[] getColumnNames(Sheet sheet)
Retrieves the names of the columns in the given Sheet.

Parameters:
sheet - the sheet
Returns:
the column names


Copyright © 2017. All rights reserved.