Is there a reference of Excel's localized function names?
For example, the function "SUM" is "SOMME" in French and "SUMA" in Spanish.
Is there an exhaustive documentation somewhere?
Is there a reference of Excel's localized function names?
For example, the function "SUM" is "SOMME" in French and "SUMA" in Spanish.
Is there an exhaustive documentation somewhere?
There's a list of English/French/German function names here, or a comprehensive list of functions in 14 different languages
Swedish (svenska)
here.
EDIT
I also have a set of Russian function names, though I'm not aware of any other translation sites with that set of data.
I'm always interested in other language lists if you manage to track any down.
EDIT 2
For some information about other localization issues, Ron de Bruin, Kirill Lapin and Hector Miguel Orozco Diaz have this excellent page that mentions a host of further localization differences.
EDIT 3
Russian function names are included in the Russian language files for PHPExcel. The full text is too big to post here, but You can find it in the source repository.
Yes.
A list of English function names is available from Microsoft here:
If you change en-us
in this URL to another language short code such as de-de
, fr-fr
or it-it
, the page will be displayed in that language. All the Excel functions will also be shown in the selected language. For example, Italian is here:
A list of language short codes (technically 'BCP 47 codes', I believe) used by Microsoft is available here: https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a
(Not all of these are necessarily supported by the page above.)
© 2022 - 2024 — McMap. All rights reserved.