So basically I will be given a spreadsheet with AutoCAD drawing attributes and I need to find each attribute in the AutoCAD drawing and replace its value with the one from the spreadsheet.
Is there a way to find an Attribute with a specific tag name in an AutoCAD drawing without searching every single block? Also, I am writing this in C#.