On Mon, 9 Sep 2024, Simon Michael wrote:
> I'm pleased to announce hledger 1.40, with a new config file system,
> sortable register output, FODS output, and prettier tables.
I like to add:
* The balance and budget reports can also export to HTML now.
* The FODS format is a merged and uncompressed ODS format, accepted by
LibreOffice Calc. If you use LibreOffice this is better than CSV because
it works across locales (decimal point vs. decimal comma, character
encoding stored in XML header, thus no problems with umlauts), it supports
fixed header rows and columns, cell types (string vs. number vs. date),
separation of number and currency (currency is displayed but the cell type
is still a number accessible for computation), styles (bold), borders.
Btw. you can still extract CSV from FODS/ODS with the ods2csv utility from
Hackage.