Select to view content in your preferred language

How do i create a polygon shapfile from an excel spreadsheet

2447
5
05-04-2016 08:37 AM
MarkMelino
Deactivated User

Ive got an excel spreadsheet with the outlines of house locations as polygons (within the table i have the shape length and shape area of each house. I need to know how to take this from an excel to a shapefile to display it on the map

0 Kudos
5 Replies
WesMiller
Deactivated User

How is your data set up? Could you provide an example?

Will this tool work for you XY To Line—Help | ArcGIS for Desktop

MarkMelino
Deactivated User

My data table is set up with the following fields:

Object ID, Description, Shape_Length, Shape_area

0 Kudos
DanPatterson_Retired
MVP Emeritus

That is just the attribute table from the geodatabase file.  You are missing the necessary Shape field to generate the polygons... particularly if you only have that file in Excel

MarkMelino
Deactivated User

could you point me in the direction for instructions on how i would go about creating the necessary shape field to get the polygons on the map?

0 Kudos
DanPatterson_Retired
MVP Emeritus

That is the point... the shapefield is created by ArcMap, it stores the geometry there.  You need the originating file (I suspect a geodatabase in your case since you have Shape_Length etc fields). Your only option is to get the original file.