<?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: openpyxl in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532801#M41729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i uninstalled openpyxl with pip uninstall openpyxl. Then i tried to reinstall it with C:\Python27\ArcGISx6410.4\Scripts&amp;gt;pip install openpyxl. i get following, why is it referring to c:\python27\arcgis10.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Python27\ArcGISx6410.4\Scripts&amp;gt;pip install openpyxl&lt;BR /&gt;Collecting openpyxl&lt;BR /&gt;Requirement already satisfied: et-xmlfile in c:\python27\arcgis10.4\lib\site-packages (from openpyxl)&lt;BR /&gt;Requirement already satisfied: jdcal in c:\python27\arcgis10.4\lib\site-packages (from openpyxl)&lt;BR /&gt;Installing collected packages: openpyxl&lt;BR /&gt;Successfully installed openpyxl-2.4.9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2018 18:11:12 GMT</pubDate>
    <dc:creator>CCWeedcontrol</dc:creator>
    <dc:date>2018-01-11T18:11:12Z</dc:date>
    <item>
      <title>openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532798#M41726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following script, i am trying to export sql table to an excel file. I have installed&amp;nbsp; the openpyxl library using. C:\Python27\ArcGISx6410.4\Scripts&amp;gt;pip install openpyxl. everything installed fine. I have the following folders openpyxl &amp;amp; openpyxl-2.4.9.dist-info&amp;nbsp; in C:\Python27\ArcGIS1040\Lib\site-packages. Any ideas on what i am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i runt he following script i get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;import openpyxl&lt;BR /&gt;ImportError: No module named openpyxl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;import pyodbc
import pandas as pd
import openpyxl

cnxn = pyodbc.connect('DRIVER={SQL Server};SERVER=csde18;Trusted_Connection=yes', autocommit=True)

cursor = cnxn.cursor()
script = """
SELECT * FROM dbo.Characteristics 
"""

df = pd.read_sql(script, cnxn)

writer = pd.ExcelWriter('C:\\Temp\\Characteristics.xlsx')
df.to_excel(writer, sheet_name='bar')
writer.save()

print 'Done'
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532798#M41726</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2021-12-11T23:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532799#M41727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;installed using the instructions from? &lt;A href="https://openpyxl.readthedocs.io/en/default/"&gt;https://openpyxl.readthedocs.io/en/default/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;most links I have seen use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; box-sizing: border-box; color: #404040; font-family: Consolas,&amp;amp;quot; andale mono wt&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;lucida sans typewriter&amp;amp;quot;,&amp;amp;quot;dejavu sans mono&amp;amp;quot;,&amp;amp;quot;bitstream vera sans mono&amp;amp;quot;,&amp;amp;quot;liberation mono&amp;amp;quot;,&amp;amp;quot;nimbus mono l&amp;amp;quot;,monaco,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #404040; font-family: Consolas,'Andale Mono WT','Andale Mono','Lucida Console','Lucida Sans Typewriter','DejaVu Sans Mono','Bitstream Vera Sans Mono','Liberation Mono','Nimbus Mono L',Monaco,'Courier New',Courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; box-sizing: border-box; color: #555555; font-family: Consolas,&amp;amp;quot; andale mono wt&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;lucida sans typewriter&amp;amp;quot;,&amp;amp;quot;dejavu sans mono&amp;amp;quot;,&amp;amp;quot;bitstream vera sans mono&amp;amp;quot;,&amp;amp;quot;liberation mono&amp;amp;quot;,&amp;amp;quot;nimbus mono l&amp;amp;quot;,monaco,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;openpyxl&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #404040; font-family: Consolas,'Andale Mono WT','Andale Mono','Lucida Console','Lucida Sans Typewriter','DejaVu Sans Mono','Bitstream Vera Sans Mono','Liberation Mono','Nimbus Mono L',Monaco,'Courier New',Courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; box-sizing: border-box; color: #404040; font-family: Consolas,&amp;amp;quot; andale mono wt&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;lucida sans typewriter&amp;amp;quot;,&amp;amp;quot;dejavu sans mono&amp;amp;quot;,&amp;amp;quot;bitstream vera sans mono&amp;amp;quot;,&amp;amp;quot;liberation mono&amp;amp;quot;,&amp;amp;quot;nimbus mono l&amp;amp;quot;,monaco,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #404040; font-family: Consolas,'Andale Mono WT','Andale Mono','Lucida Console','Lucida Sans Typewriter','DejaVu Sans Mono','Bitstream Vera Sans Mono','Liberation Mono','Nimbus Mono L',Monaco,'Courier New',Courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; box-sizing: border-box; color: #333333; font-family: Consolas,&amp;amp;quot; andale mono wt&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;lucida sans typewriter&amp;amp;quot;,&amp;amp;quot;dejavu sans mono&amp;amp;quot;,&amp;amp;quot;bitstream vera sans mono&amp;amp;quot;,&amp;amp;quot;liberation mono&amp;amp;quot;,&amp;amp;quot;nimbus mono l&amp;amp;quot;,monaco,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;Workbook&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 21:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532799#M41727</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-10T21:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532800#M41728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inst it just C:\Python27\ArcGISx6410.4\Scripts&amp;gt;pip install openpyxl? &lt;/P&gt;&lt;P&gt;if i try $ pip install openpyxl i get '$' is not recognized as an internal or external command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 16:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532800#M41728</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-11T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532801#M41729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i uninstalled openpyxl with pip uninstall openpyxl. Then i tried to reinstall it with C:\Python27\ArcGISx6410.4\Scripts&amp;gt;pip install openpyxl. i get following, why is it referring to c:\python27\arcgis10.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Python27\ArcGISx6410.4\Scripts&amp;gt;pip install openpyxl&lt;BR /&gt;Collecting openpyxl&lt;BR /&gt;Requirement already satisfied: et-xmlfile in c:\python27\arcgis10.4\lib\site-packages (from openpyxl)&lt;BR /&gt;Requirement already satisfied: jdcal in c:\python27\arcgis10.4\lib\site-packages (from openpyxl)&lt;BR /&gt;Installing collected packages: openpyxl&lt;BR /&gt;Successfully installed openpyxl-2.4.9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:11:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532801#M41729</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-11T18:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532802#M41730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sounds like you have 2 versions of 2.7 installed.&amp;nbsp; dump the 64 bit version, the one in the arcgis10.4 folder is the correct one, you will get conflicts that may be difficult to resolve until you move on to Pro and use the Anaconda distributions of python 3.x and can set up other installations of python.&amp;nbsp; Besides, you can install your module and others much more readily using a conda distribution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532802#M41730</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-11T19:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532803#M41731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya I do, i am trying to think why i installed 64 bit version. I think i have one script that benefited from the 64 bit but i can't remember. Wouldn't i want to keep the 64 bit version, 64 bit better than 32 bit? Dumb question but how do i remove a python version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532803#M41731</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-11T20:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532804#M41732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uninstall the version not in the arcgis10.4 folder.&amp;nbsp; You should be able to uninstall it through windows install/uninstall in Windows Control panel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 22:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532804#M41732</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-11T22:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532805#M41733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two folders in C:\Python27 - ArcGIS10.4 &amp;amp; ArcGISx6410.4.&lt;/P&gt;&lt;P&gt;I do see python in install/uninstall windows control panel. i have windows 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 22:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532805#M41733</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-11T22:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532806#M41734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; C:\Python27\ArcGIS10.4&amp;nbsp; is the one that came with arcmap... you must have installed the one for 64 bit later.&amp;nbsp; If you need 64 bit, install Pro, everything is just better managed in Pro&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 23:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532806#M41734</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-11T23:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532807#M41735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proof from pro...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/392743_openpyxlpng.png" style="width: 620px; height: 70px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 23:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532807#M41735</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-11T23:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532808#M41736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Dan, i meant "I do&lt;STRONG&gt; not&lt;/STRONG&gt; see Python in install/uninstall windows control panel". I haven't had any issues with 64 bit until now. I am not sure how to uninstall 64 bit if i don't see it in the install/uninstall windows control panel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 23:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532808#M41736</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-11T23:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532809#M41737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you did pip?&amp;nbsp; I don't use it, but I suspect there is a pip uninstall/remove or check in that python's distribution for 'uninstall' py or exe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 00:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532809#M41737</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-12T00:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532810#M41738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to uninstall it through the install/uninstall windows control panel, it was under Arcgis &lt;SPAN class=""&gt;Background Geoprocessing&lt;/SPAN&gt; 64 bit. I have removed the 64 bit, but know my IDLE is gone. How can i get IDLE back with 32 bit? I do have Pro installed but i currently now using it because i don't edit capabilities yet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532810#M41738</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-12T15:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532811#M41739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;repair you install of arcmap through windows control panel install/uninstall then select repair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532811#M41739</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-12T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532812#M41740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i removed the&amp;nbsp;Arcgis &lt;SPAN class=""&gt;Background Geoprocessing&lt;/SPAN&gt; 64 bit and once i repair it and i deleted the ArcGISx6410.4 folder. Do i do an pip install openpyxl to the C:\python27\ArcGIS10.4\scrips - pip install openpyxl?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532812#M41740</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-12T16:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532813#M41741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;My suggestion is to skip arcmap and install Pro, it is more accommodating and you will have your 64bit world&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Nothing I have said has helped apparently, so I will let the other viewers of this post leap in to finish the task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:17:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532813#M41741</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-12T16:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: openpyxl</title>
      <link>https://community.esri.com/t5/python-questions/openpyxl/m-p/532814#M41742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Dan, you have helped me.&amp;nbsp; i had to uninstall Arcmap and reinstall it. removal of the ArcMap Geoprocessing 64 bit corrupted my arcmap to where i could not uninstall. I had to use Microsofts&amp;nbsp;Uninstall Troubleshooter &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsupport.microsoft.com%2Fen-us%2Fhelp%2F17588%2Ffix-problems-that-block-programs-from-being-installed-or-removed" rel="nofollow" target="_blank"&gt;https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed&lt;/A&gt;&lt;SPAN&gt;. Once i ran this i was able to uninstall arcmap, reinstalled and now i have python 32 bit and idle. After add some libraries (pyodbc &amp;amp; openpxyl) i was able to get past the error. but now i have another error ha ha.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/openpyxl/m-p/532814#M41742</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2018-01-12T16:57:29Z</dc:date>
    </item>
  </channel>
</rss>

