Lt Dan's legs Posted March 2, 2011 Posted March 2, 2011 I'm trying to get the information from an excel file and turn it into a list. How do you read an excel file? Anyone have an example? excel example: _ | A | B | 1 1 AA _ 2 2 BB _ program will return: ( ( "1" "AA" ) ( "2" "BB" ) ) or ( ( "1" "2" ) ( "AA" "BB" ) ) Quote
Lee Mac Posted March 2, 2011 Posted March 2, 2011 http://web2.airmail.net/terrycad/LISP/GetExcel.lsp http://www.theswamp.org/index.php?topic=31441.0 http://www.theswamp.org/index.php?topic=10101.0 Quote
Lt Dan's legs Posted March 2, 2011 Author Posted March 2, 2011 Thank you Lee!! It's been a while since I've been to http://web2.airmail.net/terrycad/ Quote
Lt Dan's legs Posted March 3, 2011 Author Posted March 3, 2011 Crazy question... Are you able to print an excel print area from acad? 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.