when working with external translation agencies (or external translators), it would be helpful to download/upload translations in XLSX since many users work with Excel.
I've tried to use the CSV download, but Excel has giant problems with creation of a compatible CSV for the upload in Weblate.
I am thinking of the following workflow:
There was fork of Weblate adding Excel export/import, but it was never submitted for merging and quickly looking at it I have found several specific hacks specific to their usage (but I might have been wrong). Anyway it probably could be used as starting point for implementing something what could be merged: https://github.com/dontnod/weblate/commits/dev
thanks for that hint - I'll try to create an exporter/importer next week
Fixed by https://github.com/WeblateOrg/weblate/pull/1888 and https://github.com/WeblateOrg/weblate/pull/2164.
Most helpful comment
There was fork of Weblate adding Excel export/import, but it was never submitted for merging and quickly looking at it I have found several specific hacks specific to their usage (but I might have been wrong). Anyway it probably could be used as starting point for implementing something what could be merged: https://github.com/dontnod/weblate/commits/dev