pyexcel.Sheet.add_formatter

Sheet.add_formatter(aformatter)

Add a lazy formatter.

The formatter takes effect on the fly when a cell value is read This is cost effective when you have a big data table and you use only a few rows or columns. If you have farily modest data table, you can choose apply_formatter() too.

Parameters:aformatter (Formatter) – a custom formatter