Interface DsRow


public interface DsRow
  • Method Details

    • gotNewGroup

      boolean gotNewGroup()
    • getGroupCell

      @Nonnull org.apache.poi.ss.usermodel.Cell getGroupCell()
    • getGroup

      @Nullable String getGroup()
    • getParameterKeyCell

      @Nonnull org.apache.poi.ss.usermodel.Cell getParameterKeyCell()
    • getParameterKey

      @Nullable String getParameterKey()
    • getParameterValueCell

      @Nonnull org.apache.poi.ss.usermodel.Cell getParameterValueCell()
    • getCurrentLocationInfo

      @Nonnull String getCurrentLocationInfo()
      Returns 'SHEET_NAME|GROUP_CELL_ADDRESS' info, or 'UNKNOWN' if no group entered yet.