Skip to content

Instantly share code, notes, and snippets.

/with_style.xml Secret

Created March 14, 2017 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f2a01dda90d2438cd640746ccd362274 to your computer and use it in GitHub Desktop.
Save anonymous/f2a01dda90d2438cd640746ccd362274 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<styleSheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" xmlns:x16r2="http://schemas.microsoft.com/office/spreadsheetml/2015/02/main" mc:Ignorable="x14ac x16r2">
<numFmts count="0" />
<fonts count="1" x14ac:knownFonts="1">
<font>
<sz val="11" />
<color theme="1" />
<name val="Calibri" />
<family val="2" />
<scheme val="minor" />
</font>
</fonts>
<fills count="5">
<fill>
<patternFill patternType="none" />
</fill>
<fill>
<patternFill patternType="gray125" />
</fill>
<fill>
<patternFill />
</fill>
<fill>
<patternFill>
<fgColor indexed="64" />
</patternFill>
</fill>
<fill>
<patternFill>
<fgColor indexed="64" />
<bgColor indexed="64" />
</patternFill>
</fill>
</fills>
<borders count="6">
<border>
<left />
<right />
<top />
<bottom />
<diagonal />
</border>
<border />
<border>
<bottom>
<color indexed="8" />
</bottom>
</border>
<border>
<left>
<color indexed="8" />
</left>
<bottom>
<color indexed="8" />
</bottom>
</border>
<border>
<left>
<color indexed="8" />
</left>
<right>
<color indexed="8" />
</right>
<bottom>
<color indexed="8" />
</bottom>
</border>
<border>
<left>
<color indexed="8" />
</left>
<right>
<color indexed="8" />
</right>
<top>
<color indexed="8" />
</top>
<bottom>
<color indexed="8" />
</bottom>
</border>
</borders>
<cellStyleXfs count="1">
<xf borderId="0" fillId="0" fontId="0" numFmtId="0" />
</cellStyleXfs>
<cellXfs count="2">
<xf borderId="0" fillId="0" fontId="0" numFmtId="0" xfId="0" />
<xf numFmtId="0" fontId="0" fillId="4" borderId="5" xfId="0" applyBorder="true" applyNumberFormat="true" applyFill="true" applyFont="true">
<alignment horizontal="general" vertical="bottom" indent="0" textRotation="180" wrapText="false" />
<protection hidden="false" locked="true" />
</xf>
</cellXfs>
<cellStyles count="1">
<cellStyle builtinId="0" name="Standard" xfId="0" />
</cellStyles>
<dxfs count="1">
<dxf>
<font>
<color rgb="FF9C0006" />
</font>
<fill>
<patternFill>
<bgColor rgb="FFFFC7CE" />
</patternFill>
</fill>
</dxf>
</dxfs>
<tableStyles count="0" defaultPivotStyle="PivotStyleLight16" defaultTableStyle="TableStyleMedium2" />
<extLst>
<ext xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" uri="{EB79DEF2-80B8-43e5-95BD-54CBDDF9020C}">
<x14:slicerStyles defaultSlicerStyle="SlicerStyleLight1" />
</ext>
<ext xmlns:x15="http://schemas.microsoft.com/office/spreadsheetml/2010/11/main" uri="{9260A510-F301-46a8-8635-F512D64BE5F5}">
<x15:timelineStyles defaultTimelineStyle="TimeSlicerStyleLight1" />
</ext>
</extLst>
</styleSheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment