Visual LISP, AutoLISP and General Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Excell to CAD Lisp Request
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Dear Lisp Developers,
I need your help. I want to transfer some survey data from Excel to CAD. Please help, the requirement is as follows.
we have survey datas in the form of excel. It has point numbers, Easting, Northing and Elevation. there are more than 100 points some times, now I want to locate this points to be inserted in AutoCAD at the proper Easting & Northing cordinates. when uploading to CAD I need a cross symbol with point number and elevations to be appeared in each points at the respective coordinates. I was using one excel sheet previously which is not working now. that also I'm attaching here for your reference. appreciate your help in need.
Re: Excell to CAD Lisp Request
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
It looks like you have done a lot of development from the Excel end in sending AutoCAD your points using VBA. Do you mean to abandon this approach? If not, the VBA newsgroup might give more help.
If so, consider saving excel data to a CSV format and having a LISP open the file and parse each line into points. (Are you asking for hints or for a complete program?)
Re: Excell to CAD Lisp Request
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thanks for the replay, yes I need a lisp to make this convertion appreciate if you could have share it for me.
Re: Excell to CAD Lisp Request
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Sorry. Although it can be done, I don't have one to share.
