Search notes:

Office Open XML - SpreadsheetML: Background fills

[Content_Types].xml

<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
  
  <Default Extension="rels"                      ContentType="application/vnd.openxmlformats-package.relationships+xml"                     />
  <Default Extension="xml"                       ContentType="application/xml"                                                              />

  <Override PartName="/xl/theme/theme1.xml"      ContentType="application/vnd.openxmlformats-officedocument.theme+xml"                      />
  <Override PartName="/xl/styles.xml"            ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"       />
  <Override PartName="/xl/workbook.xml"          ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"   />
  <Override PartName="/docProps/app.xml"         ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"        />
  <Override PartName="/xl/worksheets/sheet1.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"    />
  <Override PartName="/xl/sharedStrings.xml"     ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"/>
  <Override PartName="/docProps/core.xml"        ContentType="application/vnd.openxmlformats-package.core-properties+xml"                   />
</Types>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/[Content_Types].xml

_rels/.rels

<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"  />
  <Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"   Target="docProps/core.xml" />
  <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"      Target="xl/workbook.xml"   />
</Relationships>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/_rels/.rels

docProps/core.xml

<?xml version="1.0" encoding="utf-8"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</cp:coreProperties>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/docProps/core.xml

docProps/app.xml

<?xml version="1.0" encoding="utf-8"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
</Properties>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/docProps/app.xml

xl/sharedStrings.xml

<?xml version="1.0" encoding="utf-8"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" count="13" uniqueCount="13">
  <si>
    <t>Tan (2)</t>
  </si>
  <si>
    <t>black (1)</t>
  </si>
  <si>
    <t>white (0)</t>
  </si>
  <si>
    <t>Dark Blue</t>
  </si>
  <si>
    <t>Blue</t>
  </si>
  <si>
    <t>Red</t>
  </si>
  <si>
    <t>Olive Green</t>
  </si>
  <si>
    <t>Purple</t>
  </si>
  <si>
    <t>Aqua</t>
  </si>
  <si>
    <t>Orange</t>
  </si>
  <si>
    <t>Black, lighter 50%</t>
  </si>
  <si>
    <t>white, darker 15%</t>
  </si>
  <si>
    <t>white, darker 5%</t>
  </si>
</sst>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/xl/sharedStrings.xml

xl/_rels/workbook.xml.rels

<?xml version="1.0" encoding="utf-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet"     Target="worksheets/sheet1.xml" />
  <Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" Target="sharedStrings.xml"     />
  <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"        Target="styles.xml"            />
</Relationships>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/xl/_rels/workbook.xml.rels

xl/styles.xml

<?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" mc:Ignorable="x14ac">
  <fonts count="2" x14ac:knownFonts="1">
    <font>
      <sz val="11" />
      <color theme="1" />
      <name val="Calibri" />
      <family val="2" />
      <scheme val="minor" />
    </font>
    <font>
      <sz val="11" />
      <name val="Calibri" />
      <family val="2" />
      <scheme val="minor" />
    </font>
  </fonts>
  <fills count="15">

    <!-- 

         The first two <fill> entries seem to always be there.

    -->
    <fill><patternFill patternType="none"    /></fill>
    <fill><patternFill patternType="gray125" /></fill>

    <fill><patternFill patternType="solid"><fgColor theme="0" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="1" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="2" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="3" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="4" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="5" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="6" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="7" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="8" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="9" /><bgColor indexed="64" /></patternFill></fill>

    <fill><patternFill patternType="solid"><fgColor theme="0" tint="-4.9989318521683403E-2" /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="1" tint="0.499984740745262"      /><bgColor indexed="64" /></patternFill></fill>
    <fill><patternFill patternType="solid"><fgColor theme="0" tint="-0.14999847407452621"   /><bgColor indexed="64" /></patternFill></fill>

  </fills>
  <borders count="1">
    <border>
      <left />
      <right />
      <top />
      <bottom />
      <diagonal />
    </border>
  </borders>
  <cellStyleXfs count="1">
    <xf numFmtId="0" fontId="0" fillId="0" borderId="0" />
  </cellStyleXfs>
  <cellXfs count="14">

    <!-- 
         
         This first record seems to be the fill id for the cells
         where no fillId was assigned.

    -->
    <xf numFmtId="0" fontId="0" fillId="0"  borderId="0" xfId="0" />

    <xf numFmtId="0" fontId="0" fillId="2"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="3"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="4"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="5"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="6"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="7"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="8"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="9"  borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="10" borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="1" fillId="11" borderId="0" xfId="0" applyFont="1" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="12" borderId="0" xfId="0" applyFill="1" />
    <xf numFmtId="0" fontId="1" fillId="13" borderId="0" xfId="0" applyFont="1" applyFill="1" />
    <xf numFmtId="0" fontId="0" fillId="14" borderId="0" xfId="0" applyFill="1" />
  </cellXfs>
  <cellStyles count="1">
    <cellStyle name="Normal" xfId="0" builtinId="0" />
  </cellStyles>
  <dxfs count="0" />
  <tableStyles count="0" defaultTableStyle="TableStyleMedium2" defaultPivotStyle="PivotStyleLight16" />
  <extLst>
    <ext xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" uri="{EB79DEF2-80B8-43e5-95BD-54CBDDF9020C}">
      <x14:slicerStyles defaultSlicerStyle="SlicerStyleLight1" />
    </ext>
  </extLst>
</styleSheet>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/xl/styles.xml

xl/workbook.xml

<?xml version="1.0" encoding="utf-8"?>
<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
  <fileVersion appName="xl" lastEdited="5" lowestEdited="5" rupBuild="9303" />
  <workbookPr defaultThemeVersion="124226" />
  <bookViews>
    <workbookView xWindow="240" yWindow="45" windowWidth="21075" windowHeight="10035" />
  </bookViews>
  <sheets>
    <sheet name="Sheet1" sheetId="1" r:id="rId1" />
  </sheets>
  <calcPr calcId="145621" />
</workbook>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/xl/workbook.xml

xl/worksheets/sheet1.xml

<?xml version="1.0" encoding="utf-8"?>
<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" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" mc:Ignorable="x14ac">
  <dimension ref="A1:J3" />
  <sheetViews>
    <sheetView tabSelected="1" workbookViewId="0">
      <selection activeCell="C5" sqref="C5" />
    </sheetView>
  </sheetViews>
  <sheetFormatPr defaultRowHeight="15" x14ac:dyDescent="0.25" />
  <cols>
    <col min="1" max="1" width="16.85546875" customWidth="1" />
    <col min="2" max="2" width="15.85546875" customWidth="1" />
    <col min="3" max="3" width="14.85546875" customWidth="1" />
    <col min="4" max="4" width="10.5703125" customWidth="1" />
    <col min="7" max="7" width="12" customWidth="1" />
  </cols>
  <sheetData>
    <row r="1" spans="1:10" x14ac:dyDescent="0.25">
      <c r="A1" s="1"  t="s"><v>2</v></c>
      <c r="B1" s="2"  t="s"><v>1</v></c>
      <c r="C1" s="3"  t="s"><v>0</v></c>
      <c r="D1" s="4"  t="s"><v>3</v></c>
      <c r="E1" s="5"  t="s"><v>4</v></c>
      <c r="F1" s="6"  t="s"><v>5</v></c>
      <c r="G1" s="7"  t="s"><v>6</v></c>
      <c r="H1" s="8"  t="s"><v>7</v></c>
      <c r="I1" s="9"  t="s"><v>8</v></c>
      <c r="J1" s="10" t="s"><v>9</v></c>
    </row>
    <row r="2" spans="1:10" x14ac:dyDescent="0.25">
      <c r="A2" s="11" t="s"><v>12</v> </c>
      <c r="B2" s="12" t="s"><v>10</v></c>
    </row>
    <row r="3" spans="1:10" x14ac:dyDescent="0.25">
      <c r="A3" s="13" t="s"><v>11</v> </c>
    </row>
  </sheetData>
  <pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3" />
  <pageSetup paperSize="9" orientation="portrait" horizontalDpi="0" verticalDpi="0" r:id="rId1" />
</worksheet>
Github repository about-Office-Open-XML, path: /SpreadsheetML/Background-fills/xl/worksheets/sheet1.xml

See also

SpreadsheetML

Index