<?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: One Table To Multiple Excel Sheets in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681183#M101533</link>
    <description>&lt;P&gt;I think the Table to Excel script was originally written by a regular user and later incorporated as a tool by ESRI. Might be wrong about that, was a handful or two of years ago. Anyway, this suggests rolling your own script as suggested by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 20:00:44 GMT</pubDate>
    <dc:creator>ZenMasterZeke</dc:creator>
    <dc:date>2026-01-30T20:00:44Z</dc:date>
    <item>
      <title>One Table To Multiple Excel Sheets</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681149#M101529</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;Since the Table to Excel Function has no Batch option, Is there an easy way to export a single table to multiple excel sheets using an attribute as the demarcation? Or do I need to do this manually with select by attributes? Would prefer not making a bunch of separate tables if its not necessary as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 18:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681149#M101529</guid>
      <dc:creator>FlightDeck</dc:creator>
      <dc:date>2026-01-30T18:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: One Table To Multiple Excel Sheets</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681153#M101530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/608119"&gt;@FlightDeck&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If you are familiar with the python, you can write a small script.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/table-to-excel.htm" target="_blank"&gt;Table To Excel (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/searchcursor-class.htm" target="_blank"&gt;SearchCursor—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me know if you need a sample.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 18:22:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681153#M101530</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2026-01-30T18:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: One Table To Multiple Excel Sheets</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681183#M101533</link>
      <description>&lt;P&gt;I think the Table to Excel script was originally written by a regular user and later incorporated as a tool by ESRI. Might be wrong about that, was a handful or two of years ago. Anyway, this suggests rolling your own script as suggested by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/923685"&gt;@VenkataKondepati&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 20:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681183#M101533</guid>
      <dc:creator>ZenMasterZeke</dc:creator>
      <dc:date>2026-01-30T20:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: One Table To Multiple Excel Sheets</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681184#M101534</link>
      <description>&lt;P&gt;In theory, you could also solve this problem on the Excel side, depending on how complex the operation is and how many different sheets you plan to end with.&lt;/P&gt;&lt;P&gt;If it's a one-time project with no more than a half-dozen sheets, I'd probably export the entire table as a single Excel file, and then go manually create the additional sheets, and populate them dynamically using the FILTER, XLOOKUP, and similar functions inside Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's something I'm going to be doing fairly regularly and/or with more than a half-dozen sheets, I'd automate it like Venkat suggested:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Call &lt;STRONG&gt;Select By Attributes&lt;/STRONG&gt; against the dividing Attribute&lt;/LI&gt;&lt;LI&gt;Call &lt;STRONG&gt;Table to Excel&lt;/STRONG&gt;&amp;nbsp;and save it as a temporary standalone excel file.&lt;/LI&gt;&lt;LI&gt;Loop through and repeat Steps 1 &amp;amp; 2 for all possible attributes in the demarcation field.&lt;/LI&gt;&lt;LI&gt;Use one of the available Excel libraries for Python to stitch all the files from Step 2 into separate sheets in the same file (like &lt;STRONG&gt;openpyxl&lt;/STRONG&gt; or &lt;STRONG&gt;xlwt&lt;/STRONG&gt;—both of which are included in the ArcPro environment ships with).&lt;/LI&gt;&lt;LI&gt;For sanity &amp;amp; cleanliness, I'd probably automate deletion of all those standalone files from Step 2, at the very end.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 30 Jan 2026 20:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681184#M101534</guid>
      <dc:creator>MErikReedAugusta</dc:creator>
      <dc:date>2026-01-30T20:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: One Table To Multiple Excel Sheets</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681186#M101535</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/split-by-attributes.htm" target="_blank"&gt;Split By Attributes (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;works for a featureclass or table, assuming your attribute you want to split on are based on unique combinations within the attribute field or fields&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 20:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/one-table-to-multiple-excel-sheets/m-p/1681186#M101535</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-01-30T20:24:40Z</dc:date>
    </item>
  </channel>
</rss>

