redstreet/fava_investor

Need a generic table-to-csv exporter for Fava

Opened this issue · 1 comments

Currently, fava only has csv downloads for queries. Supporting downloads of arbitrary tables will be helpful for many investment related tables.

From gitter.im, 2020-03-22
Jakob Schnitzer @yagebu 03:19

https://github.com/beancount/fava/blob/master/fava/util/excel.py#L44
Depending on what your "table" looks like that function might also work for you. Shipping that as a link with a data URL in the template is probably the easiest way to get that CSV to the user then