What are the possible values for tag in internal Excel xml file app.xml
A have a question regarding the internal xml files of any given Excel .xlsx file.
The internal file I am interested in is docProps/app.xml. This seems to be the only
internal xml file that is language dependant. Is there a resource that tells me all
the possible translations of the word "Worksheets" which is containeded within this
file? For example I know the translation in French is "Feuilles de calcul". However
I need a list of all possible translations for a project I am working on. The project
involves scanning the aforementioned xml file for Excel files that come from all over
the world. In order to process the data I need to know all the different possibilitites.
Any help much appreciated.
|