Skip to content

Instantly share code, notes, and snippets.

@chengfang
Created May 23, 2014 21:34
Show Gist options
  • Save chengfang/ebe3abf6947c01e668f2 to your computer and use it in GitHub Desktop.
Save chengfang/ebe3abf6947c01e668f2 to your computer and use it in GitHub Desktop.
Sheet data for movies-2012.xlsx, help to understand its structure
<?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">
<sheetPr filterMode="false">
<tabColor rgb="FFFFFFFF"/>
<pageSetUpPr fitToPage="false"/>
</sheetPr>
<dimension ref="A1:D3"/>
<sheetViews>
<sheetView windowProtection="false" showFormulas="false" showGridLines="true" showRowColHeaders="true"
showZeros="true" rightToLeft="false" tabSelected="false" showOutlineSymbols="true"
defaultGridColor="true" view="normal" topLeftCell="A1" colorId="64" zoomScale="100"
zoomScaleNormal="100" zoomScalePageLayoutView="100" workbookViewId="0">
<selection pane="topLeft" activeCell="A4" activeCellId="0" sqref="A4"/>
</sheetView>
</sheetViews>
<sheetFormatPr defaultRowHeight="12.8"></sheetFormatPr>
<cols>
<col collapsed="false" hidden="false" max="1" min="1" style="0" width="4.83404255319149"/>
<col collapsed="false" hidden="false" max="2" min="2" style="0" width="42.8382978723404"/>
<col collapsed="false" hidden="false" max="3" min="3" style="0" width="10.1617021276596"/>
<col collapsed="false" hidden="false" max="4" min="4" style="0" width="8.83404255319149"/>
<col collapsed="false" hidden="false" max="1025" min="5" style="0" width="10.6042553191489"/>
</cols>
<sheetData>
<row r="1" customFormat="false" ht="15" hidden="false" customHeight="false" outlineLevel="0" collapsed="false">
<c r="A1" s="0" t="s">
<v>0</v>
</c>
<c r="B1" s="0" t="s">
<v>1</v>
</c>
<c r="C1" s="0" t="s">
<v>2</v>
</c>
<c r="D1" s="0" t="s">
<v>3</v>
</c>
</row>
<row r="2" customFormat="false" ht="15" hidden="false" customHeight="false" outlineLevel="0" collapsed="false">
<c r="A2" s="0" t="n">
<v>1</v>
</c>
<c r="B2" s="0" t="s">
<v>4</v>
</c>
<c r="C2" s="0" t="n">
<v>623357910</v>
</c>
<c r="D2" s="1" t="n">
<v>41033</v>
</c>
</row>
<row r="3" customFormat="false" ht="15" hidden="false" customHeight="false" outlineLevel="0" collapsed="false">
<c r="A3" s="0" t="n">
<v>2</v>
</c>
<c r="B3" s="0" t="s">
<v>5</v>
</c>
<c r="C3" s="0" t="n">
<v>448139099</v>
</c>
<c r="D3" s="1" t="n">
<v>41110</v>
</c>
</row>
</sheetData>
<printOptions headings="false" gridLines="false" gridLinesSet="true" horizontalCentered="false"
verticalCentered="false"/>
<pageMargins left="0.75" right="0.75" top="1" bottom="1" header="0.511805555555555" footer="0.511805555555555"/>
<pageSetup paperSize="1" scale="100" firstPageNumber="0" fitToWidth="1" fitToHeight="1" pageOrder="downThenOver"
orientation="portrait" usePrinterDefaults="false" blackAndWhite="false" draft="false" cellComments="none"
useFirstPageNumber="false" horizontalDpi="300" verticalDpi="300" copies="1"/>
<headerFooter differentFirst="false" differentOddEven="false">
<oddHeader></oddHeader>
<oddFooter></oddFooter>
</headerFooter>
</worksheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment