Interface ColumnNameExtractor
- All Known Implementing Classes:
RowNumberColumnNameExtractor,StaticColumnNameExtractor
public interface ColumnNameExtractor
Contract for extracting column names for a given
sheet.- Since:
- 0.1.0
- Author:
- Marten Deinum
-
Method Summary
Modifier and TypeMethodDescriptionString[]getColumnNames(Sheet sheet) Retrieves the names of the columns in the givenSheet.
-
Method Details
-
getColumnNames
Retrieves the names of the columns in the givenSheet.- Parameters:
sheet- the sheet- Returns:
- the column names
-