﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.6884.37264"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings dpi="120">
    <identity>
      <id>a02951ad-c3e4-454f-8e62-8906a319f723</id>
      <revision>2</revision>
    </identity>
    <calculation>
      <precision>2</precision>
      <exponentialThreshold>6</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="9" orientation="Portrait" width="827" height="1169" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="0.99.6884.37264" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.99.6884.37264" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="SpecialFunctions" version="1.12.6884.37264" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.6884.37264" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
    </dependencies>
  </settings>
  <regions type="content">
    <region id="0" left="33" top="0" width="405" height="37" border="true" color="#000000" bgColor="#ffffff" fontSize="14">
      <text lang="eng">
        <p bold="true">Исходные данные для обшивки</p>
      </text>
    </region>
    <region id="1" top="44" color="#000000" bgColor="#ffffff">
      <area collapsed="true">
        <title lang="eng">
          <p>Служебные функции </p>
        </title>
      </area>
      <region id="2" left="11" top="77" width="325" height="92" color="#000000" bgColor="#ffffff" fontSize="10">
        <math optimize="2" decimalPlaces="4" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <p>Функция принимает на вход число или строку, возвращает числоПонадобилась из за особенностей работы функции importData.xlsx (см. переменную position)</p>
          </description>
          <input>
            <e type="operand">val</e>
            <e type="function" args="1">getNumVal</e>
            <e type="operand">val</e>
            <e type="function" args="1">IsString</e>
            <e type="operand">val</e>
            <e type="function" args="1">str2num</e>
            <e type="operand">val</e>
            <e type="function" args="3">if</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="3" top="253" color="#000000" bgColor="#ffffff">
        <area terminator="true" />
      </region>
    </region>
    <region id="4" top="286" color="#000000" bgColor="#ffffff">
      <area collapsed="false">
        <title lang="eng">
          <p>Считываение данных из EXCEL</p>
        </title>
      </area>
      <region id="5" left="11" top="319" width="362" height="28" color="#000000" bgColor="#ffffff" fontSize="10">
        <math decimalPlaces="4" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <p>Название файла с исходными данными в EXCEl</p>
          </description>
          <input>
            <e type="operand">ExcelSrcFileName</e>
            <e type="operand" style="string">Исх_данные.xlsx</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="6" left="11" top="374" width="462" height="28" color="#000000" bgColor="#ffffff" fontSize="10">
        <math decimalPlaces="4" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <p>Название файла с результатами расчета для вывода в EXCEl</p>
          </description>
          <input>
            <e type="operand">ExcelResFileName</e>
            <e type="operand" style="string">01_Результат_обшивка.xlsx</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="7" left="11" top="440" width="212" height="28" color="#000000" bgColor="#ffffff" fontSize="10">
        <math decimalPlaces="4" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <p>Название листа в файле с исходными данными </p>
          </description>
          <input>
            <e type="operand">ExcelSrcSheet</e>
            <e type="operand" style="string">SRC</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="8" left="11" top="495" width="751" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
        <math error="19" decimalPlaces="4" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <p>Узнаем адресс исходных данныхВ ячейках A2:A5 файла с иходными данными находятся ссылки на диапазоны содержащие ихсодные данные, названия колонок и строчек:А2 - ячейка содержит адресс исходных данных;A3 - ячека содержит адресс заголовков столбцов таблицы;A4 - ячека содержит адресс столбца заголовка строчек;A5  - ячека содержит адресс расширенных названий строчек.</p>
          </description>
          <input>
            <e type="operand">srcRangeAddres</e>
            <e type="operand">ExcelSrcFileName</e>
            <e type="operand">ExcelSrcSheet</e>
            <e type="operand" style="string">A2:A5</e>
            <e type="function" args="3">importData.XLSX</e>
            <e type="operator" args="2">:</e>
          </input>
          <result action="numeric">
            <e type="operand">#</e>
          </result>
        </math>
      </region>
      <region id="9" left="11" top="682" width="693" height="28" color="#000000" bgColor="#ffffff" fontSize="10">
        <math decimalPlaces="4" exponentialThreshold="5">
          <input>
            <e type="operand">lastError</e>
          </input>
          <result action="numeric">
            <e type="operand" style="string">Variable and function names can't start with a number.</e>
          </result>
        </math>
      </region>
    </region>
  </regions>
</worksheet>