Table Styles in excel 2007

D

David Thielen

Hi;

Posting here because
http://social.msdn.microsoft.com/Forums/en/oxmlsdk/thread/02705d9e-3c73-42ec-829c-1e1fc71d2b9e
didn't get an answer.

in an XLSX file, a table has a table style set. This is set in the
/xl/tables/table1.xml file with the node:


<tableStyleInfo name="TableStyleMedium12" showFirstColumn="0"
showLastColumn="0"
showRowStripes="1" showColumnStripes="0"/>


If you look at the "OPEN" Xml Spec it just gives a picture for
'TableStyleMedium12'. I need to know how to replicate this style. In
word this stuff is specified in the 'styles.xml' file, in powerpoint
its specified in 'tableStyles.xml'.


A picture doesnt do me much good since to truly regenerate this table
style I would need to know the border/colors/para props/run props
applied to the table, im guessing it follows the word/powerpoint model
of having a firstRow, lastRow, band1Horz, band1Vert, etc...

So where is this information found in the OOXML spec ???

thanks - dave

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top