Yes, you can export entity data from AutoCAD by using AutoLISP, .NET API, or scripts to read properties and XData, then write them to CSV. For DXF files, you can parse them using Python or other languages with libraries like ezdxf
, extract the entity data, and save it as CSV easily.