Class SpreadsheetPropertyGetter

  • All Implemented Interfaces:
    IPropertyGetter

    public class SpreadsheetPropertyGetter
    extends JavaPropertyGetter
    This class allows querying spreadsheet rows. Both individual rows and collections of rows can be queried. If a single row is queried the value stored by the column in the row is returned. If a collection of rows is queried then a list of such values is returned. When querying a referencing cell any referenced rows from the target worksheet are returned. If the reference is one-to-one then the first target row is returned, otherwise all such rows are returned.
    Author:
    Martins Francis