Hello,
Im new to openxml and trying two generate spreadsheets on our as/400 via openxml.
I can generated the basics such as font, color, background ... no problems. Im creating the SS and basically copying the generated xml into our programming.
Where can I go to find the namespace attributes and properties (what properties can be used with font/background/width/etc.) that can be used(where in openxml do they go) ? Im trying to get a bit more sophisticated and cant seem to find what Im looking for. This is a cgi based programming (not java/.net).
Thanx in advance ...
Hi,
There are few pdf's available in these links.
www.oreillynet.com/.../OpenXMLSchemas3.pdf
www.digitalpreservation.gov/.../ecma_office_open_xml_overview2006.pdf
I have attached few files which might help you.
Thank You for your reply. That is kind of what Im looking for.
Im talking about the actual xml. Im talking about this, and what can be put here and where does it need to go ...
<Style ss:ID="s30">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font ss:Bold="1"/>
<Interior ss:Color="#C5D9F1" ss:Pattern="Solid" />
<NumberFormat/>
<Protection/>
I am not sure there is any document which describes at this level. But you can do it yourself. Create the office document manually and see the generated xml. That will help you to get the right syntax.