<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Table to Excel Script - Multiple workbooks in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570680#M18816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing a quick browser search, it looks like there are ways to do this with Python using Pandas.&amp;nbsp; I haven't used Pandas so can't give much advice on that, but I'll tag a few that might know more &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker &lt;/A&gt;&lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this also looks like a place I would start &lt;A class="link-titled" href="http://pbpython.com/excel-file-combine.html" title="http://pbpython.com/excel-file-combine.html"&gt;Combining Data From Multiple Excel&amp;nbsp;Files - Practical Business Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a few others from the comment section of that thread and another search on Pandas and Excel&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://xlsxwriter.readthedocs.io/" title="https://xlsxwriter.readthedocs.io/"&gt;Creating Excel files with Python and XlsxWriter — XlsxWriter Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://xlsxwriter.readthedocs.io/working_with_pandas.html" title="http://xlsxwriter.readthedocs.io/working_with_pandas.html"&gt;Working with Python Pandas and XlsxWriter — XlsxWriter Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://stackoverflow.com/questions/11925827/pandas-writing-to-an-existing-excel-file-xlsx-using-to-excel" title="http://stackoverflow.com/questions/11925827/pandas-writing-to-an-existing-excel-file-xlsx-using-to-excel"&gt;python - pandas: Writing to an existing excel file (xlsx) using to_excel - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_excel.html" title="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_excel.html"&gt;pandas.DataFrame.to_excel — pandas 0.18.1 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I could have used something like this to combine file myself&amp;nbsp; last night)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 14:57:24 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2016-09-07T14:57:24Z</dc:date>
    <item>
      <title>Table to Excel Script - Multiple workbooks</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570678#M18814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Table to Excel Script to export a table from a model. This works nicely&amp;nbsp;for one table. However, the data I am processing within the model comes under a number of different Themes and is stored in separate tables.&lt;/P&gt;&lt;P&gt;Is there a script/tool available that allow multiple tables to be exported to the one excel file in different workbooks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 21:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570678#M18814</guid>
      <dc:creator>JustinGleeson2</dc:creator>
      <dc:date>2016-09-06T21:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table to Excel Script - Multiple workbooks</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570679#M18815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From reading the help for Table to Excel, it wouldn't seem to allow you to do this. Only as separate excel files.&lt;/P&gt;&lt;P&gt;You may have to roll your own with python / xlrt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 06:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570679#M18815</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-09-07T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table to Excel Script - Multiple workbooks</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570680#M18816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing a quick browser search, it looks like there are ways to do this with Python using Pandas.&amp;nbsp; I haven't used Pandas so can't give much advice on that, but I'll tag a few that might know more &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker &lt;/A&gt;&lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this also looks like a place I would start &lt;A class="link-titled" href="http://pbpython.com/excel-file-combine.html" title="http://pbpython.com/excel-file-combine.html"&gt;Combining Data From Multiple Excel&amp;nbsp;Files - Practical Business Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a few others from the comment section of that thread and another search on Pandas and Excel&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://xlsxwriter.readthedocs.io/" title="https://xlsxwriter.readthedocs.io/"&gt;Creating Excel files with Python and XlsxWriter — XlsxWriter Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://xlsxwriter.readthedocs.io/working_with_pandas.html" title="http://xlsxwriter.readthedocs.io/working_with_pandas.html"&gt;Working with Python Pandas and XlsxWriter — XlsxWriter Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://stackoverflow.com/questions/11925827/pandas-writing-to-an-existing-excel-file-xlsx-using-to-excel" title="http://stackoverflow.com/questions/11925827/pandas-writing-to-an-existing-excel-file-xlsx-using-to-excel"&gt;python - pandas: Writing to an existing excel file (xlsx) using to_excel - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_excel.html" title="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_excel.html"&gt;pandas.DataFrame.to_excel — pandas 0.18.1 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I could have used something like this to combine file myself&amp;nbsp; last night)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 14:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570680#M18816</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-09-07T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table to Excel Script - Multiple workbooks</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570681#M18817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have Pro installed, the distribution makes installing excel stuff easy, &amp;nbsp;an example given here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 15:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/table-to-excel-script-multiple-workbooks/m-p/570681#M18817</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-07T15:16:18Z</dc:date>
    </item>
  </channel>
</rss>

