I'm try to understand OpenXML spreadsheet inner file content. IN some file I found this string . Other tags has same prefix. Also tags may have prefixes p: w: etc.

Can you help me undestend the meaning of these prefixes in tags?

link|improve this question
feedback

1 Answer

You can search for each tag and the full specification of Open XML at DII or download the PDF from the ISO site to read offline. All of these tags have a specific meaning in the construction of one or more formats for Word/Excel/PowerPoint 2007/2010 documents, spreadsheets and presentations.

The one that you mentioned above, <a:theme> is the parent tag for the construction of different templated looks/feel documents, such as their fonts, font sizes, color schemas, etc. See here for a description.

If you're looking to get a little more familiar with the standard, there is a great eBook that can be downloaded and read: Open XML Markup Explained.

link|improve this answer
+1 for other sources I didn't know about. They are also defined in the Open XML SDK 2.0 Productivity Tool under the Open XML SDK Documentation tab. – amurra Jan 19 '11 at 13:37
+1 for great links. I hadn't come across the Open XML Markup Explained book in my searches. – Samuel Neff Jan 20 '11 at 4:01
+1 ditto great links, is this wiki'ed elsewhere? – Anonymous Type Jan 25 '11 at 1:17
Not sure if it's wiki'ed elsewhere - but I've found that there isn't a single comprehensive source out there for Open XML. – Otaku Mar 2 '11 at 19:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.