Welcome | Get started | Dive into Lino | Contribute | Reference
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_apps()
:
yield 'lino.modlib.export_excel'
Classes
|