How to Export a Specific Column(s) of a Table to Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I will first describe my over-arching goal, then go into the details, and lastly will ask explicit questions. Thanks in advance.
Overall goal: Interface AutoCAD drawing with a second AutoCAD drawing that will be the template for a laser engraver.
Details: Essentially, we have drawings with parts tables for our products. One column of the parts table is the "Tag #" for any given part. The goal is to open these drawings with the parts tables and be able to easily export just the parts table column with tag numbers to a second drawing, that will populate certain cells in the second drawing based on the length of the tag number (which will then engrave on different sized tags).
Questions: How can I export one or more columns of a table to Excel rather than a complete "tableexport"? Is there a better way of doing this whole process?
I have some knowledge of AutoLISP and am currently trying in earnest to gain more. I greatly appreciate your time and hope to hear back. Thank you.