fava_investor icon indicating copy to clipboard operation
fava_investor copied to clipboard

Need a generic table-to-csv exporter for Fava

Open redstreet opened this issue 4 years ago • 1 comments

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

redstreet avatar Mar 22 '20 22:03 redstreet

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

redstreet avatar Mar 22 '20 22:03 redstreet