pyexcel.filters.SingleRowFilter

class pyexcel.filters.SingleRowFilter(index)[source]

Filters out a single row

__init__(index)[source]

Constructor

Parameters:indices (list) – a list of column indices to be filtered out

Methods

__init__(index) Constructor
columns() Columns that were filtered out
invert()
rows() number of rows to be filtered out
translate(row, column) Map the row, column after filtering to the
validate_filter(reader) Find out which column index to be filtered