Advertisement
bilelh

excelHtml5 raw Xml

Feb 26th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" mc:Ignorable="x14ac">
  3.    <cols xmlns="">
  4.       <col min="1" max="1" width="24.3" customWidth="1" />
  5.       <col min="2" max="2" width="36.45" customWidth="1" />
  6.       <col min="3" max="3" width="17.55" customWidth="1" />
  7.       <col min="4" max="4" width="6" customWidth="1" />
  8.       <col min="5" max="5" width="13.5" customWidth="1" />
  9.       <col min="6" max="6" width="10.8" customWidth="1" />
  10.    </cols>
  11.    <sheetData>
  12.       <row xmlns="" r="1">
  13.          <c t="inlineStr" r="A1" s="51">
  14.             <is>
  15.                <t xml:space="preserve">ExcelHTML5</t>
  16.             </is>
  17.          </c>
  18.       </row>
  19.       <row xmlns="" r="2">
  20.          <c t="inlineStr" r="A2" s="2">
  21.             <is>
  22.                <t xml:space="preserve">Name</t>
  23.             </is>
  24.          </c>
  25.          <c t="inlineStr" r="B2" s="2">
  26.             <is>
  27.                <t xml:space="preserve">Position</t>
  28.             </is>
  29.          </c>
  30.          <c t="inlineStr" r="C2" s="2">
  31.             <is>
  32.                <t xml:space="preserve">Office</t>
  33.             </is>
  34.          </c>
  35.          <c t="inlineStr" r="D2" s="2">
  36.             <is>
  37.                <t xml:space="preserve">Age</t>
  38.             </is>
  39.          </c>
  40.          <c t="inlineStr" r="E2" s="2">
  41.             <is>
  42.                <t xml:space="preserve">Start date</t>
  43.             </is>
  44.          </c>
  45.          <c t="inlineStr" r="F2" s="2">
  46.             <is>
  47.                <t xml:space="preserve">Salary</t>
  48.             </is>
  49.          </c>
  50.       </row>
  51.       <row xmlns="" r="3">
  52.          <c t="inlineStr" r="A3">
  53.             <is>
  54.                <t xml:space="preserve">Airi Satou</t>
  55.             </is>
  56.          </c>
  57.          <c t="inlineStr" r="B3">
  58.             <is>
  59.                <t xml:space="preserve">Accountant</t>
  60.             </is>
  61.          </c>
  62.          <c t="inlineStr" r="C3">
  63.             <is>
  64.                <t xml:space="preserve">Tokyo</t>
  65.             </is>
  66.          </c>
  67.          <c r="D3" s="65">
  68.             <v>33</v>
  69.          </c>
  70.          <c t="inlineStr" r="E3">
  71.             <is>
  72.                <t xml:space="preserve">2008/11/28</t>
  73.             </is>
  74.          </c>
  75.          <c r="F3" s="57">
  76.             <v>162700</v>
  77.          </c>
  78.       </row>
  79.       <row xmlns="" r="4">
  80.          <c t="inlineStr" r="A4">
  81.             <is>
  82.                <t xml:space="preserve">Ashton Cox</t>
  83.             </is>
  84.          </c>
  85.          <c t="inlineStr" r="B4">
  86.             <is>
  87.                <t xml:space="preserve">Junior Technical Author</t>
  88.             </is>
  89.          </c>
  90.          <c t="inlineStr" r="C4">
  91.             <is>
  92.                <t xml:space="preserve">San Francisco</t>
  93.             </is>
  94.          </c>
  95.          <c r="D4" s="65">
  96.             <v>66</v>
  97.          </c>
  98.          <c t="inlineStr" r="E4">
  99.             <is>
  100.                <t xml:space="preserve">2009/01/12</t>
  101.             </is>
  102.          </c>
  103.          <c r="F4" s="57">
  104.             <v>86000</v>
  105.          </c>
  106.       </row>
  107.       <row xmlns="" r="5">
  108.          <c t="inlineStr" r="A5">
  109.             <is>
  110.                <t xml:space="preserve">Brielle Williamson</t>
  111.             </is>
  112.          </c>
  113.          <c t="inlineStr" r="B5">
  114.             <is>
  115.                <t xml:space="preserve">Integration Specialist</t>
  116.             </is>
  117.          </c>
  118.          <c t="inlineStr" r="C5" s="10">
  119.             <is>
  120.                <t xml:space="preserve">New York</t>
  121.             </is>
  122.          </c>
  123.          <c r="D5" s="65">
  124.             <v>61</v>
  125.          </c>
  126.          <c t="inlineStr" r="E5">
  127.             <is>
  128.                <t xml:space="preserve">2012/12/02</t>
  129.             </is>
  130.          </c>
  131.          <c r="F5" s="57">
  132.             <v>372000</v>
  133.          </c>
  134.       </row>
  135.       <row xmlns="" r="6">
  136.          <c t="inlineStr" r="A6">
  137.             <is>
  138.                <t xml:space="preserve">Cedric Kelly</t>
  139.             </is>
  140.          </c>
  141.          <c t="inlineStr" r="B6">
  142.             <is>
  143.                <t xml:space="preserve">Senior Javascript Developer</t>
  144.             </is>
  145.          </c>
  146.          <c t="inlineStr" r="C6" s="10">
  147.             <is>
  148.                <t xml:space="preserve">Edinburgh</t>
  149.             </is>
  150.          </c>
  151.          <c r="D6" s="65">
  152.             <v>22</v>
  153.          </c>
  154.          <c t="inlineStr" r="E6">
  155.             <is>
  156.                <t xml:space="preserve">2012/03/29</t>
  157.             </is>
  158.          </c>
  159.          <c r="F6" s="57">
  160.             <v>433060</v>
  161.          </c>
  162.       </row>
  163.       <row xmlns="" r="7">
  164.          <c t="inlineStr" r="A7">
  165.             <is>
  166.                <t xml:space="preserve">Garrett Winters</t>
  167.             </is>
  168.          </c>
  169.          <c t="inlineStr" r="B7">
  170.             <is>
  171.                <t xml:space="preserve">Accountant</t>
  172.             </is>
  173.          </c>
  174.          <c t="inlineStr" r="C7">
  175.             <is>
  176.                <t xml:space="preserve">Tokyo</t>
  177.             </is>
  178.          </c>
  179.          <c r="D7" s="65">
  180.             <v>63</v>
  181.          </c>
  182.          <c t="inlineStr" r="E7">
  183.             <is>
  184.                <t xml:space="preserve">2011/07/25</t>
  185.             </is>
  186.          </c>
  187.          <c r="F7" s="57">
  188.             <v>170750</v>
  189.          </c>
  190.       </row>
  191.       <row xmlns="" r="8">
  192.          <c t="inlineStr" r="A8">
  193.             <is>
  194.                <t xml:space="preserve">Herrod Chandler</t>
  195.             </is>
  196.          </c>
  197.          <c t="inlineStr" r="B8">
  198.             <is>
  199.                <t xml:space="preserve">Sales Assistant</t>
  200.             </is>
  201.          </c>
  202.          <c t="inlineStr" r="C8" s="10">
  203.             <is>
  204.                <t xml:space="preserve">San Francisco</t>
  205.             </is>
  206.          </c>
  207.          <c r="D8" s="65">
  208.             <v>59</v>
  209.          </c>
  210.          <c t="inlineStr" r="E8">
  211.             <is>
  212.                <t xml:space="preserve">2012/08/06</t>
  213.             </is>
  214.          </c>
  215.          <c r="F8" s="57">
  216.             <v>137500</v>
  217.          </c>
  218.       </row>
  219.       <row xmlns="" r="9">
  220.          <c t="inlineStr" r="A9">
  221.             <is>
  222.                <t xml:space="preserve">Tiger Nixon</t>
  223.             </is>
  224.          </c>
  225.          <c t="inlineStr" r="B9">
  226.             <is>
  227.                <t xml:space="preserve">System Architect</t>
  228.             </is>
  229.          </c>
  230.          <c t="inlineStr" r="C9">
  231.             <is>
  232.                <t xml:space="preserve">Edinburgh</t>
  233.             </is>
  234.          </c>
  235.          <c r="D9" s="65">
  236.             <v>61</v>
  237.          </c>
  238.          <c t="inlineStr" r="E9">
  239.             <is>
  240.                <t xml:space="preserve">2011/04/25</t>
  241.             </is>
  242.          </c>
  243.          <c r="F9" s="57">
  244.             <v>320800</v>
  245.          </c>
  246.       </row>
  247.    </sheetData>
  248.    <mergeCells count="1">
  249.       <mergeCell xmlns="" ref="A1:F1" />
  250.    </mergeCells>
  251. </worksheet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement