-
-
Save stimms/5219131 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="x14ac" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"> | |
<dimension ref="A1:A4"/> | |
<sheetViews> | |
<sheetView tabSelected="1" workbookViewId="0"> | |
<selection activeCell="A5" sqref="A5"/> | |
</sheetView> | |
</sheetViews> | |
<sheetFormatPr baseColWidth="10" defaultRowHeight="15" x14ac:dyDescent="0"/> | |
<sheetData> | |
<row r="1" spans="1:1"> | |
<c r="A1"> | |
<v>10</v> | |
</c> | |
</row> | |
<row r="2" spans="1:1"> | |
<c r="A2"> | |
<v>20</v> | |
</c> | |
</row> | |
<row r="3" spans="1:1"> | |
<c r="A3"> | |
<v>0</v> | |
</c> | |
</row> | |
<row r="4" spans="1:1"> | |
<c r="A4"> | |
<v>100</v> | |
</c> | |
</row> | |
</sheetData> | |
<conditionalFormatting sqref="A1:A4"> | |
<cfRule type="dataBar" priority="1"> | |
<dataBar> | |
<cfvo type="min"/> | |
<cfvo type="max"/> | |
<color rgb="FF638EC6"/> | |
</dataBar> | |
<extLst> | |
<ext uri="{B025F937-C7B1-47D3-B67F-A62EFF666E3E}" xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"> | |
<x14:id>{2BE18600-85D9-7346-8A9C-D383EE984CA8}</x14:id> | |
</ext> | |
</extLst> | |
</cfRule> | |
</conditionalFormatting> | |
<pageMargins left="0.75" right="0.75" top="1" bottom="1" header="0.5" footer="0.5"/> | |
<extLst> | |
<ext uri="{78C0D931-6437-407d-A8EE-F0AAD7539E65}" xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"> | |
<x14:conditionalFormattings> | |
<x14:conditionalFormatting xmlns:xm="http://schemas.microsoft.com/office/excel/2006/main"> | |
<x14:cfRule type="dataBar" id="{2BE18600-85D9-7346-8A9C-D383EE984CA8}"> | |
<x14:dataBar minLength="0" maxLength="100" gradient="0"> | |
<x14:cfvo type="autoMin"/> | |
<x14:cfvo type="autoMax"/> | |
<x14:negativeFillColor rgb="FFFF0000"/> | |
<x14:axisColor rgb="FF000000"/> | |
</x14:dataBar> | |
</x14:cfRule> | |
<xm:sqref>A1:A4</xm:sqref> | |
</x14:conditionalFormatting> | |
</x14:conditionalFormattings> | |
</ext> | |
<ext uri="{64002731-A6B0-56B0-2670-7721B7C09600}" xmlns:mx="http://schemas.microsoft.com/office/mac/excel/2008/main"> | |
<mx:PLV Mode="0" OnePage="0" WScale="0"/> | |
</ext> | |
</extLst> | |
</worksheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment