Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | 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
|
See More about plugins. |
- class lino.modlib.export_excel.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)¶
Bases:
Plugin
See More about plugins.