Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino.modlib.export_excel

This plugin installs a button to export any table to excel xls format.

To use it, simply add the following line to your lino.core.site.Site.get_installed_plugins():

yield 'lino.modlib.export_excel'

Classes

Plugin(site, app_label, app_name, ...)

See Introduction to plugins.

class lino.modlib.export_excel.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See Introduction to plugins.