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 Type
    Method
    Description
    Retrieves the names of the columns in the given Sheet.
  • Method Details

    • getColumnNames

      String[] getColumnNames(Sheet sheet)
      Retrieves the names of the columns in the given Sheet.
      Parameters:
      sheet - the sheet
      Returns:
      the column names