pyexcel.filters.OddRowFilter

class pyexcel.filters.OddRowFilter[source]

Filters out odd indexed rows

row 0 is seen as the first row

__init__()[source]

Methods

__init__()
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