mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
48 lines
1.1 KiB
XML
48 lines
1.1 KiB
XML
|
<?xml version="1.0" ?>
|
||
|
<x:styleSheet xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
||
|
<x:fonts>
|
||
|
<x:font>
|
||
|
<x:sz val="11"/>
|
||
|
<x:color rgb="00000000"/>
|
||
|
<x:name val="Calibri"/>
|
||
|
</x:font>
|
||
|
<x:font>
|
||
|
<x:b/>
|
||
|
<x:sz val="15"/>
|
||
|
<x:color rgb="001F497D"/>
|
||
|
<x:name val="Calibri"/>
|
||
|
</x:font>
|
||
|
</x:fonts>
|
||
|
<x:fills>
|
||
|
<x:fill>
|
||
|
<x:patternFill patternType="none"/>
|
||
|
</x:fill>
|
||
|
<x:fill>
|
||
|
<x:patternFill patternType="gray125"/>
|
||
|
</x:fill>
|
||
|
</x:fills>
|
||
|
<x:borders>
|
||
|
<x:border>
|
||
|
<x:left/>
|
||
|
<x:right/>
|
||
|
<x:top/>
|
||
|
<x:bottom/>
|
||
|
<x:diagonal/>
|
||
|
</x:border>
|
||
|
<x:border>
|
||
|
<x:left/>
|
||
|
<x:right/>
|
||
|
<x:top/>
|
||
|
<x:bottom>
|
||
|
<x:color rgb="001F497D"/>
|
||
|
</x:bottom>
|
||
|
<x:diagonal/>
|
||
|
</x:border>
|
||
|
</x:borders>
|
||
|
<x:cellXfs>
|
||
|
<x:xf fontId="0" fillId="0" borderId="0"/>
|
||
|
<x:xf fontId="1" fillId="0" borderId="1" applyFont="1"/>
|
||
|
<x:xf numFmtId="14" fontId="0" fillId="0" borderId="0" applyNumberFormat="1"/>
|
||
|
</x:cellXfs>
|
||
|
</x:styleSheet>
|