AutoCAD 2013/2014 DWG Format
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to import survey points from excel sheet into AutoCAD 2013?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
2226 Views, 2 Replies
06-19-2012 11:55 PM
Solved! Go to Solution.
Re: How to import survey points from excel sheet into AutoCAD 2013?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-20-2012 07:48 AM in reply to:
vikasranga2
There's not a 'native' way to do that, but there are a ton of LISP routines that will accomplish that goal. Most likely you'll want to save the XLS file as a text fILE or cvs, and then use a LISP routine to place points or blocks at the coordinates.
Re: How to import survey points from excel sheet into AutoCAD 2013?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-20-2012 08:02 AM in reply to:
vikasranga2
If you were to consider third party software (especially if your needs are more than just inserting the points) take a look at the MapWorks Points add-on, which will read the XLS file directly.
Also, Excel is a great tool for preparing AutoCAD SCRipt files. You could use it to create a script file to insert your own point blocks and even populate the attributes. Here is a detailed related example on how to create layers from a spreadsheet.
