The Courage Dog Posted June 8, 2010 Posted June 8, 2010 hi, i have a list of layers in excel format, i want to import it to autocad, will this be possible by using lisp routine? your help is much appreciated. thanks, the courage dog:cry: Quote
alanjt Posted June 8, 2010 Posted June 8, 2010 http://web2.airmail.net/terrycad/LISP/GetExcel.lsp Quote
Lee Mac Posted June 8, 2010 Posted June 8, 2010 When it comes to creating the layers, this might be handy: http://www.cadtutor.net/forum/showthread.php?t=44768 Quote
alanjt Posted June 8, 2010 Posted June 8, 2010 http://www.theswamp.org/index.php?topic=33041.msg384939#msg384939 Quote
BIGAL Posted June 9, 2010 Posted June 9, 2010 No disrespect to others but its seems the couple of answers above are totally complicating the isssue, just use excell to create the lines of a script file you just need to add columns and the correct commands pretty easy in excell to copy to multiple cells. Just export it out as plain txt but save as a SCR file and run script. A B C D E F G H layer N layer1 C layer1 1 LT DASH layer N layer2 C layer2 2 LT DASHED layer N layer3 C layer3 3 LT Continuous Quote
alanjt Posted June 9, 2010 Posted June 9, 2010 No disrespect to others but its seems the couple of answers above are totally complicating the isssue, just use excell to create the lines of a script file you just need to add columns and the correct commands pretty easy in excell to copy to multiple cells. Just export it out as plain txt but save as a SCR file and run script. A B C D E F G H layer N layer1 C layer1 1 LT DASH layer N layer2 C layer2 2 LT DASHED layer N layer3 C layer3 3 LT Continuous Not taken at all. Interesting way using Excel to make a script. What happens if the linetype isn't in the drawing or the acad.lin/acadiso.lin (resides in custom .lin)? Quote
The Courage Dog Posted June 9, 2010 Author Posted June 9, 2010 thanks Bigal, this is what i'm searhing for. Thanks alos for others who have replied me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.