pyexcel.formatters.NamedColumnFormatter

class pyexcel.formatters.NamedColumnFormatter(column_index, formatter)[source]

Apply formatting using named columns

__init__(column_index, formatter)[source]

Constructor :param column_index: to which column or what

columns to apply the formatter
Parameters:formatter – the target format, or a custom functional formatter

Methods

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