pyexcel.formatters.NamedRowFormatter¶
-
class
pyexcel.formatters.NamedRowFormatter(row_index, formatter)[source]¶ Formatting rows using named rows
-
__init__(row_index, formatter)[source]¶ Constructor :param row_index: to which row or what
rows to apply the formatterParameters: formatter – the target format, or a custom functional formatter
Methods
__init__(row_index, formatter)Constructor do_format(value)is_my_business(row, column, value)Check should this formatter be active for cell at (row, column) with value update_index(new_indices)-