In some cases, the field mapping in xlsx file exports is not correct. The header with the name of object fields does not always correlate with the field values.
This especially happens, if fields are added to an object type with existing data.
This was reported by our community:
https://community.datagerry.com/t/export-and-axportd-problem-with-filed-multiline-textarea/216/6
Fixed the field mapping in XLSX exporter. Fields are now read from the type definition instead of using the fields from the first object. We also have that issue in the other exporters. I'll open a new bug for that.
: test and preview were successful. Can be merged.
Merged and cherry-picked to development