Message 1 of 7
AutoCAD export texts to Excel with multiple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone!
I want to export texts from AutoCAD files to Excel. I have found the perfect lisp routine, it gets the job done with one file. I would like to use this on multiple dwgs. So I would choose a folder with dwgs in it, and the script would open all the drawings, would start the lisp, choose all texts in the drawings, and create Excel files for each drawing with similar names to dwgs where the text came from.
What do you think? Is this possible?
I've attached the lisp file that I'd like to use.