import x,y points from excel file into autocad and number each point with autonumber

import x,y points from excel file into autocad and number each point with autonumber

alsawadi.re
Contributor Contributor
1,826 Views
4 Replies
Message 1 of 5

import x,y points from excel file into autocad and number each point with autonumber

alsawadi.re
Contributor
Contributor

Hi friend I want an autolisp routine to import x,y coordinates from an excel file into points in autocad and number each point start from the first point imported as 1 second point as 2 etc

0 Likes
Accepted solutions (2)
1,827 Views
4 Replies
Replies (4)
Message 2 of 5

leeminardi
Mentor
Mentor
Accepted solution

Check out this thread.

lee.minardi
0 Likes
Message 3 of 5

Sea-Haven
Mentor
Mentor
Accepted solution

There are other methods, save as csv and read file, another is to read excel direct. For read csv, google Lee-mac import points. Using excel "concatenate" is very simple you can copy a column and paste to command line.

 

For LT 2024 users can not read direct from excel, not supported.

0 Likes
Message 4 of 5

alsawadi.re
Contributor
Contributor

Thanks sir.. It works 🌹

0 Likes
Message 5 of 5

alsawadi.re
Contributor
Contributor
Thanks sir..
0 Likes