exporters Package

xlsexporter Module

XLS exporter

class stoqlib.exporters.xlsexporter.XLSExporter(name=None)[source]

Bases: object

set_column_headers(headers)[source]
set_column_types(column_types)[source]
add_cells(cells)[source]
save(prefix='')[source]
add_from_object_list(objectlist, data=None)[source]

xlsutils Module

stoqlib.exporters.xlsutils.get_style_color(color)[source]
stoqlib.exporters.xlsutils.get_number_format()[source]
stoqlib.exporters.xlsutils.get_date_format()[source]