<?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: ExceltoTable_conversion error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368994#M29101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not able to find an excel file that worked at one point,&amp;nbsp; but I checked the date mode and the box is unchecked (using 1900 I suppose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried checking the use 1904 date mode and reran the tool, and it worked just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this not work by using the 1900 date mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: That's odd, it only seems to work using 1904,&amp;nbsp; when I change it back to 1900, I continue to receive the same errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 21:57:40 GMT</pubDate>
    <dc:creator>JamesGibson</dc:creator>
    <dc:date>2016-01-22T21:57:40Z</dc:date>
    <item>
      <title>ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368985#M29092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a problem with a simple line of python code here -- and I don't know why this is happening. There was a point in time where I did not receive this error, so I know it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do:&lt;/P&gt;&lt;P&gt;Every month I get a Tax Data CD from the Tax Office, and I am trying to streamline the process of combining the ownership XLS to the Parcel Shapefile.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program I've written in VB which will allow me to select all the files necessary for the join and run the python script. (this stores the input files to a variable in an .ini file, which the python script reads the variables with ConfigParser()&lt;/P&gt;&lt;P&gt;&lt;IMG alt="taxtab.jpg" class="image-1 jive-image" height="184" src="https://community.esri.com/legacyfs/online/172157_taxtab.jpg" style="height: 184px; width: 140.613px;" width="141" /&gt;&lt;/P&gt;&lt;P&gt;When I run the script, I get this error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "C:\Users\anotgrass\Desktop\test.py", line 8, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExcelToTable_conversion (XLSInput, tableOutput)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.3\ArcPy\arcpy\conversion.py", line 44, in ExcelToTable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExecuteError: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 254, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.GetParameterAsText(2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 244, in excel_to_table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row&lt;I&gt; = field.validate_value(row&lt;I&gt;, workbook.datemode)&lt;/I&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 100, in validate_value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value = xlrd.xldate_as_tuple(value, datemode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "C:\Python27\ArcGISx6410.3\lib\site-packages\xlrd\xldate.py", line 80, in xldate_as_tuple&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise XLDateAmbiguous(xldate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XLDateAmbiguous: 1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to execute (ExcelToTable).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've narrowed the error down to the ExcelToTable conversion, and now have a test script solely for testing this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have an XLS file that needs to be converted to a temp.dbf file, which later in the script lets me join the table to the Shapefile and create a new shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this simple script, it creates the temp.DBF file,&amp;nbsp; but it doesn't finish creating it, and then I get the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what is going on?&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, 22 Jan 2016 18:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368985#M29092</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T18:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368986#M29093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you open the xls in Excel? Verify the file is not corrupt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 18:10:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368986#M29093</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-22T18:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368987#M29094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... additionally to the comment by Daren, if you execute the Table to Excel tool with the same Excel file, does that yield the same error of does it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the Excel in a valid format to be converted to a "database" (especially check fieldnames and different types of values in the same field)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 18:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368987#M29094</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-22T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368988#M29095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&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;Yes,&amp;nbsp; I can open the excel file if I double click the file manually, and also from the full path of "E:\\City of Belton Projects Folders\\Maps and Data\\Tax Appraisal Office\\2016.01.15\\01152016 BellCad_Ownership_Data\\SP_OtherISDs_01152016.xls"&amp;nbsp; minus the additional backslashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;​ &lt;/P&gt;&lt;P&gt;If I change the script from ExceltoTable to TabletoExcel, I get &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AttributeError: 'module' object has no attribute 'TabletoExcel_conversion'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But that shouldn't work, since it is trying to convert the excel file, to an excel file, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excel file is in the correct format. If I import the excel in arcmap, I can join it to the Shapefile with no problems.&amp;nbsp; It just doesn't seem to work the Python way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 19:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368988#M29095</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T19:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368989#M29096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops. my bad. I meant to write Excel to table conversion. The idea is performing this step in ArcMap manually with the Excel you have in order to see if this step produces the same error. If so, it is either a bug in the tool, but more often caused by errors in the input data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368989#M29096</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-22T20:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368990#M29097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok, I see what you mean.&lt;/P&gt;&lt;P&gt;I tried using the Excel to Table within ArcMap and I still get an error.&amp;nbsp; This time it shows that the maximum record length has been exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Running script ExcelToTable...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed script ExcelToTable...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 254, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.GetParameterAsText(2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 225, in excel_to_table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; template=tmp_table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\management.py", line 15242, in CreateTable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExecuteError: ERROR 999999: Error executing function.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The maximum record length has been exceeded.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to execute (CreateTable).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to execute (ExcelToTable).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did a little bit of research, the excel file is a 97-2003 version. But the total number of rows is 59399 with 31 columns, which is under the &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt;65,536 rows by 256 columns limit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif;"&gt;So it should still work, yes?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368990#M29097</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T20:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368991#M29098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also just tried to save the file as a 2010 xlsx and run the table to excel tool, while leaving the default output location to the default.gdb and this is the error I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed script ExcelToTable...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 254, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.GetParameterAsText(2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 244, in excel_to_table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row&lt;I&gt; = field.validate_value(row&lt;I&gt;, workbook.datemode)&lt;/I&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Scripts\ExcelToTable.py", line 100, in validate_value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value = xlrd.xldate_as_tuple(value, datemode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; File "C:\Python27\ArcGISx6410.3\lib\site-packages\xlrd\xldate.py", line 80, in xldate_as_tuple&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise XLDateAmbiguous(xldate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XLDateAmbiguous: 1.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed to execute (ExcelToTable).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed at Fri Jan 22 14:34:55 2016 (Elapsed Time: 19.67 seconds)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368991#M29098</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T20:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368992#M29099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. That's a really long and complicated path. Have you tried moving the file to C:\workspace\test.xls and seeing if that works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. DBF format is notoriously weak. There are many limitations that are easy to run into, especially if you are reading spreadsheets that humans type things into. The maximum record length exceeded error may be that you're hitting the max number of bytes in a .dbf row, which is really small. If you can copy to a temp file geodatabase and maybe massage your data from there (ie truncate long text, etc to fit in dbf) you may have better luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If you post a sample xls file that breaks the tool (after you replace all the PII with garbage of course!) that may help solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368992#M29099</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-01-22T20:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368993#M29100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your error message seems to revolve around something to do with dates, specifically something to do with 1900 vs. 1904 date mode. Can you compare the datemode used in an old, working Excel workbook against a new, nonworking Excel workbook? It should be in Excel Options -&amp;gt; Advanced -&amp;gt; checkbox "Use 1904 date system"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More on datemode: &lt;A href="http://www.lexicon.net/sjmachin/xlrd.html" title="http://www.lexicon.net/sjmachin/xlrd.html"&gt;The xlrd Module&lt;/A&gt;&amp;nbsp; and &lt;A href="https://support.microsoft.com/en-us/kb/214330" title="https://support.microsoft.com/en-us/kb/214330"&gt;https://support.microsoft.com/en-us/kb/214330&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I can't seem to break the tool using either 1900 or 1904 datemodes, so that may not be the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 21:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368993#M29100</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-01-22T21:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368994#M29101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not able to find an excel file that worked at one point,&amp;nbsp; but I checked the date mode and the box is unchecked (using 1900 I suppose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried checking the use 1904 date mode and reran the tool, and it worked just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this not work by using the 1900 date mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: That's odd, it only seems to work using 1904,&amp;nbsp; when I change it back to 1900, I continue to receive the same errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 21:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368994#M29101</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T21:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368995#M29102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a stripped down version of the excel file with personal info removed, which still gives me the same error messages.&lt;SPAN style="line-height: 1.5;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/s/ejcywo7vyqi9mdg/test.xls?dl=1" style="line-height: 1.5;"&gt;https://www.dropbox.com/s/ejcywo7vyqi9mdg/test.xls?dl=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone wanted to test using the actual file.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368995#M29102</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T22:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368996#M29103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is definitely the date 1-1-1900 as mentioned here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/8231109/how-to-format-date-in-python-and-avoid-xldateambiguous-and-fix-leap-year" title="http://stackoverflow.com/questions/8231109/how-to-format-date-in-python-and-avoid-xldateambiguous-and-fix-leap-year"&gt;http://stackoverflow.com/questions/8231109/how-to-format-date-in-python-and-avoid-xldateambiguous-and-fix-leap-year&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;The &lt;A href="http://www.lexicon.net/sjmachin/xlrd.html#xlrd.xldate_as_tuple-function" rel="nofollow" style="color: #005999;"&gt;docs&lt;/A&gt; are very clear about when this is raised.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222426; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;"&gt;It will happen if the &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;workbook.datemode == 0&lt;/CODE&gt; and &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;1.0 &amp;lt;= value &amp;lt; 61.0&lt;/CODE&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you change the only record that has this date to a value higher than or equal to 61 (first of March 1900 for instance), the tool will run without a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/172313_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a limitation of the xlrd package used for this geoprocessing tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add the xls to the TOC and manually export the table to DBF, then it will work too, since this doesn't use Python code, but ArcObjects (not that it helps you though).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368996#M29103</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-01-22T22:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: ExceltoTable_conversion error</title>
      <link>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368997#M29104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander,&amp;nbsp; I will have to come back on Monday to do some more verifying as I will not have access to my computer this weekend. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate everyone's help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/exceltotable-conversion-error/m-p/368997#M29104</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2016-01-22T23:01:39Z</dc:date>
    </item>
  </channel>
</rss>

