<?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: Update cell values in an existing Excel workbook in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506341#M16812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The python packages xlwt &amp;amp; xlrd are included with Pro and Desktop.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://xlwt.readthedocs.io/en/latest/" title="https://xlwt.readthedocs.io/en/latest/"&gt;xlwt documentation — xlwt 1.3.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.blog.pythonlibrary.org/2014/03/24/creating-microsoft-excel-spreadsheets-with-python-and-xlwt/" title="https://www.blog.pythonlibrary.org/2014/03/24/creating-microsoft-excel-spreadsheets-with-python-and-xlwt/"&gt;Creating Microsoft Excel Spreadsheets with Python and xlwt | The Mouse Vs. The Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 10:52:45 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2018-08-31T10:52:45Z</dc:date>
    <item>
      <title>Update cell values in an existing Excel workbook</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506339#M16810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to export data from a feature class attribute table to an existing Excel (.xls) workbook.&lt;/P&gt;&lt;P&gt;The workbook has some formatting, so what I need ideally, is a way to write values in the existing workbook.&lt;/P&gt;&lt;P&gt;Any&amp;nbsp;suggestions on how to do this using Python ?&lt;/P&gt;&lt;P&gt;(Ideally, Python in&amp;nbsp;ArcGIS Pro)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506339#M16810</guid>
      <dc:creator>deleted-user-r12oOPKQjs2J</dc:creator>
      <dc:date>2018-08-31T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update cell values in an existing Excel workbook</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506340#M16811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are separate packages that can be used with python that you can install for use with arcmap and ArcGIS Pro&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://www.python-excel.org/" title="http://www.python-excel.org/"&gt;Python Excel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pypi.org/project/xlrd/" title="https://pypi.org/project/xlrd/"&gt;xlrd · PyPI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should see if they are installed in your site-packages folder already or you need to do a pip install (arcmap) or if using pro, see whether there is a conda install option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506340#M16811</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-31T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update cell values in an existing Excel workbook</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506341#M16812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The python packages xlwt &amp;amp; xlrd are included with Pro and Desktop.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://xlwt.readthedocs.io/en/latest/" title="https://xlwt.readthedocs.io/en/latest/"&gt;xlwt documentation — xlwt 1.3.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.blog.pythonlibrary.org/2014/03/24/creating-microsoft-excel-spreadsheets-with-python-and-xlwt/" title="https://www.blog.pythonlibrary.org/2014/03/24/creating-microsoft-excel-spreadsheets-with-python-and-xlwt/"&gt;Creating Microsoft Excel Spreadsheets with Python and xlwt | The Mouse Vs. The Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/update-cell-values-in-an-existing-excel-workbook/m-p/506341#M16812</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2018-08-31T10:52:45Z</dc:date>
    </item>
  </channel>
</rss>

