How to read Excel sheet in ArcPy script?

المشرف العام

Administrator
طاقم الإدارة
I'm writing a python code to convert X,Y points in excel to shapefile. In this process i have toread xy points from shhet1. What is the step i have to include in my process to read data from sheet1 of an excel work book(97-2003).
I wrote a code as follows..

import arcpy from arcpy import env import Xlrd env.workspace="E:\" input_table="123.xls\Sheet1" But its not working.Please advice.



أكثر...
 
أعلى