Skip to Content
1
Nov 22, 2017 at 05:10 AM

OData format xlsx in current language

276 Views

Hello All,

What I want to do is to export a table through XLSX format, which I success very well by using the query :

<my_URL>?$format=xlsx

My question is, the result of this query create an Excel file with header in it. But what I realized, is those headers are not translated from the annotation or even from the metadata, there are only technical field name. How to have at least the label (short text) of the properties ?

Regards,

Joseph