pyexcel.formatters.RowFormatter

class pyexcel.formatters.RowFormatter(row_index, formatter)[source]

Row Formatter

__init__(row_index, formatter)[source]

Constructor

Parameters:
  • or list row_index (int) – to which row or what rows to apply the formatter
  • FORMAT (type) – the target format
  • custom_converter (func) – the 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