Message 1 of 2
export information block to excel

Not applicable
10-26-2019
01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For a project I have hundreds of blocks with nested object. I need a list in excel of which nested objects each block contains.
So for example:
block X contains blocks Y & Z. I want to create a lisp where I can select block X and export this information to excel, so it's clear that it contains blocks Y&Z.
I tried data extraction. But with data extraction it just takes all the blocks and nested objects. It doesn't show what each block contains. I hope someone can help,