All Known Implementing Classes:
DefaultRowSetMetaData

public interface RowSetMetaData
Interface representing the the metadata associated with an Excel document.
Since:
0.1.0
Author:
Marten Deinum
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the names of the columns for the current sheet.
    Retrieves the name of the sheet the RowSet is based on.
  • Method Details

    • getColumnNames

      String[] getColumnNames()
      Retrieves the names of the columns for the current sheet.
      Returns:
      the column names.
    • getSheetName

      String getSheetName()
      Retrieves the name of the sheet the RowSet is based on.
      Returns:
      the name of the sheet