Skip to content

Instantly share code, notes, and snippets.

@cmtoomey
Created May 7, 2015 17:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cmtoomey/68729fc80cb8898ec98b to your computer and use it in GitHub Desktop.
Style Template XML
<style>
<style-rule element='cell'>
<format attr='font-weight' value='normal' />
<format attr='color' value='#ff0080' />
<format attr='text-align' value='center' />
<format attr='vertical-align' value='center' />
<format attr='text-orientation' value='0' />
<format attr='border-style' value='solid' />
<format attr='border-color' value='#ffffff' />
</style-rule>
<style-rule element='header'>
<format attr='background-color' value='#ffe791' />
<format attr='border-style' value='solid' />
<format attr='border-color' value='#ffffff' />
</style-rule>
<style-rule element='label'>
<format attr='color' value='#8000ff' />
<format attr='text-orientation' value='0' />
</style-rule>
<style-rule element='pane'>
<format attr='background-color' value='#000000' />
<format attr='border-color' value='#ffffff' />
<format attr='border-style' value='solid' />
<format attr='border-width' value='5' />
</style-rule>
<style-rule element='table'>
<format attr='background-color' value='#00ff00' />
</style-rule>
<style-rule element='worksheet'>
<format attr='font-size' value='12' />
<format attr='font-family' value='Franklin Gothic Book' />
</style-rule>
<style-rule element='gridline'>
<format attr='line-pattern' value='solid' />
<format attr='stroke-color' value='#439ab9' />
</style-rule>
<style-rule element='zeroline'>
<format attr='stroke-color' value='#daa800' />
<format attr='line-pattern' value='none' />
</style-rule>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment