<?xml version="1.0" encoding="UTF-8"?><metadata xml:lang="en">
<Esri>
<CreaDate>20170802</CreaDate>
<CreaTime>12214500</CreaTime>
<ArcGISFormat>1.0</ArcGISFormat>
<SyncOnce>TRUE</SyncOnce>
<ModDate>20170802</ModDate>
<ModTime>122145</ModTime>
</Esri>
<tool displayname="TablesToExcel" name="TablesToExcel" toolboxalias="">
<arcToolboxHelpPath>withheld</arcToolboxHelpPath>
<parameters>
<param datatype="String" direction="Input" displayname="tablesSpec" expression="tablesSpec" name="tablesSpec" type="Required"/>
<param datatype="String" direction="Input" displayname="targetSrId" expression="targetSrId" name="targetSrId" type="Required"/>
<param datatype="String" direction="Input" displayname="excelFile" expression="excelFile" name="excelFile" type="Required"/>
</parameters>
<summary>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;This function takes multiple tables and writes them to an output excel file.
Each table will become a worksheet in the excel file.
The function returns the excel file path.
The first parameter is a json string with this syntax:
{"tables" : [ &lt;table1&gt;, &lt;table2&gt;,...] }
where each table object is:
{ "path": &lt;table path&gt;", "targetName": &lt;targetName&gt;, "where": &lt;where clause&gt; , "includeGeometry" : true/false, "xColumnName": &lt;xname&gt;, "yColumnName" : &lt;yname&gt; }
The path property is required. The others are optional.
The targetName will be used as the worksheet name. Otherwise the name of the table will be used.
&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
</tool>
<dataIdInfo>
<idCitation>
<resTitle>TablesToExcel</resTitle>
</idCitation>
</dataIdInfo>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
</metadata>
