<?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: Issues to work with Excel files with arcPy!! in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107992#M8329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Said, In 10.2.2/10.3 I have been successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.ExcelToTable_conversion(FileXLS, outFGDBtable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my process is a little different in that I'm also creating the Excel file from a .csv to start with, so only one tab.&amp;nbsp; But I would look more into that command to see if it would work&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/excel-to-table.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/excel-to-table.htm"&gt;Excel To Table—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 16:30:08 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2015-09-22T16:30:08Z</dc:date>
    <item>
      <title>Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107990#M8327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to convert excel sheets to table. I did the folowing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;IMG alt="code1.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/127600_code1.PNG" /&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;the problem that I got a message 000732 that imput table table .....\file.xlsx\'ATL...$' does not exist or not supported (makeTableView).&lt;/P&gt;&lt;P style="text-align: left;"&gt;the list (Listxls) is well populated. Moreover, I tried the same work at home and it work fine. I really don't know what happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Any help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;By the way, I hve lot of trouble to use this webside. I can't copy/paste anything. My interface is :&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;IMG alt="code2.PNG" class="image-1 jive-image" height="161" src="https://community.esri.com/legacyfs/online/127868_code2.PNG" width="620" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 15:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107990#M8327</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2015-09-22T15:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107991#M8328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I realize just right now that in the message error, the name of the file contain 2 times the Excel file name which is i believe the source of the error.&lt;/P&gt;&lt;P&gt;I Tried all combinaison, but the error happen all the time&lt;/P&gt;&lt;P&gt;Any Idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107991#M8328</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2015-09-22T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107992#M8329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Said, In 10.2.2/10.3 I have been successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.ExcelToTable_conversion(FileXLS, outFGDBtable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my process is a little different in that I'm also creating the Excel file from a .csv to start with, so only one tab.&amp;nbsp; But I would look more into that command to see if it would work&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/excel-to-table.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/excel-to-table.htm"&gt;Excel To Table—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107992#M8329</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-22T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107993#M8330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunaitly, I work with 10.1 version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107993#M8330</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2015-09-22T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107994#M8331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried TableToTable?&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000027000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000027000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Syntax&lt;/H2&gt;&lt;P class="gptoolexpression"&gt;TableToTable_conversion (in_rows, out_path, out_name, {where_clause}, {field_mapping}, {config_keyword})&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 00:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107994#M8331</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-23T00:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107995#M8332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks I used this TableToTable as you mention (the same way). but I still having the same error. As I mention before, the problem is the duplication of the Excel file name (...xlsx) in the valeur variable (please see my first message)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 14:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107995#M8332</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2015-09-23T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107996#M8333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you expecting the output "table(s)" to be exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see you set an "outGDB" variable, but that is only pointing to the folder not an actual Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"tablename" is going to output what type of file exactly?&amp;nbsp; I don't see where you are specifying any file extension anywhere.&amp;nbsp; The source doc says you would be just creating INFO table outputs without any extensions supplied.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.1/index.html#//001200000027000000"&gt;http://resources.arcgis.com/EN/HELP/MAIN/10.1/index.html#//001200000027000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 19:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107996#M8333</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2015-09-23T19:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107997#M8334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Sorry I use the image link because I have trouble to copy/paste in this website. So here is the code and th message erro. You can see that the priblem is in the input table.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;IMG alt="code3.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/128321_code3.PNG" style="width: 620px; height: 533px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:24:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107997#M8334</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2015-09-25T13:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107998#M8335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MakeTableView_management (in_table, out_view, {where_clause}, {workspace}, {field_info})&lt;/P&gt;&lt;P&gt;arcpy.MakeTableView_management(valeur,os.path.join(outGDB,tableName,".dbf"))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:20:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107998#M8335</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-25T14:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107999#M8336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try this but the same Error. The problem is in the duplication Excel table name in the input table as showen in the ERROR message. I don't know why this error happen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/107999#M8336</guid>
      <dc:creator>SaidAkif</dc:creator>
      <dc:date>2015-09-25T15:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108000#M8337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens when you run a program a second time and you don't use "arcpy.env.overwriteOutput = True". If this a repeat add the line of code and rerun, I would suggest if this is not a test environment meaning you don't need the data in the geodatabase, I would make a back up copy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108000#M8337</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-25T15:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108001#M8338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using &lt;SPAN style="font-family: 'courier new', courier;"&gt;TableToTable_conversion()&lt;/SPAN&gt; from Excel to GDB, you need to specify the sheet name suffixed with a &lt;SPAN style="font-family: 'courier new', courier;"&gt;$&lt;/SPAN&gt;. Something like &lt;SPAN style="font-family: 'courier new', courier;"&gt;C:/temp/MyExcelFile.xlsx/mySheetName$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Esri code samples in the Excel To Table link provided by &lt;A href="https://community.esri.com/migrated-users/2691" target="_blank"&gt;Rebecca Strauch, GISP&lt;/A&gt;, you can use the &lt;SPAN style="font-family: 'courier new', courier;"&gt;xlrd&lt;/SPAN&gt; module for reading the sheets in an Excel file.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import os
import xlrd
import arcpy

def main():
&amp;nbsp;&amp;nbsp;&amp;nbsp; # Local variables
&amp;nbsp;&amp;nbsp;&amp;nbsp; in_excel = r"C:\temp\MyExcelFile.xlsx"
&amp;nbsp;&amp;nbsp;&amp;nbsp; out_gdb = r"C:\temp\MyGeodatabase.gdb"

&amp;nbsp;&amp;nbsp;&amp;nbsp; # Read Sheets in Excel Workbook
&amp;nbsp;&amp;nbsp;&amp;nbsp; with xlrd.open_workbook(in_excel) as workbook:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sheets = [sheet.name for sheet in workbook.sheets()]

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Export each sheet to geodatabase table
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for sheet in sheets:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in_rows = os.path.join(in_excel,str(sheet)+"$")
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ## The out_name is based on the input excel file name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ## an underscore (_) separator followed by the sheet name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseName = os.path.basename(in_excel)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out_name = arcpy.ValidateTableName(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "{0}_{1}".format(os.path.splitext(baseName)[0], sheet),
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out_gdb
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.TableToTable_conversion(in_rows, out_gdb, out_name,)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print arcpy.GetMessages(), "\n"


if __name__ == '__main__':
&amp;nbsp;&amp;nbsp;&amp;nbsp; main()&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108001#M8338</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-12-11T06:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108002#M8339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Said, as a side note on the copy-paste in Geonet, have you seen &lt;A href="https://community.esri.com/migration-blogpost/1070"&gt;Posting Code blocks in the new GeoNet&lt;/A&gt;​ ?&amp;nbsp; Main things to remember is the "advanced editor" tab won't show if you are replying within you Geonet inbox....make sure to right-click on the header/title of you question and "open in another tab" .... Opening from you system inbox may work to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my opologies if you had already seen that post....posting code isn't always consistent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 17:51:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108002#M8339</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-25T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issues to work with Excel files with arcPy!!</title>
      <link>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108003#M8340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As another approach, for work with pre-10.2, you might find the Excel and CSV conversion toolbox download from Esri useful: similar tools to what's included in 10.2, plus a csv to table tool.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=f3d91b8f852042e289e09a7ec8342431" title="http://www.arcgis.com/home/item.html?id=f3d91b8f852042e289e09a7ec8342431"&gt;http://www.arcgis.com/home/item.html?id=f3d91b8f852042e289e09a7ec8342431&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 18:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issues-to-work-with-excel-files-with-arcpy/m-p/108003#M8340</guid>
      <dc:creator>StevenEnsing</dc:creator>
      <dc:date>2015-09-25T18:44:06Z</dc:date>
    </item>
  </channel>
</rss>

