• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2013/2014 DWG Format

    Reply
    Contributor
    Posts: 18
    Registered: ‎06-13-2012
    Accepted Solution

    How to import survey points from excel sheet into AutoCAD 2013?

    2226 Views, 2 Replies
    06-19-2012 11:55 PM
     
    Please use plain text.
    *Expert Elite*
    JGerth
    Posts: 1,196
    Registered: ‎12-05-2005

    Re: How to import survey points from excel sheet into AutoCAD 2013?

    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. 

    Please use plain text.
    Valued Mentor
    TerryDotson
    Posts: 398
    Registered: ‎06-06-2010

    Re: How to import survey points from excel sheet into AutoCAD 2013?

    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.

    Please use plain text.