Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含许多命名范围的Excel 工作表。现在我想在树视图中可视化所有命名范围的层次结构(使用 VSTO / C#)。解析命名范围层次结构(范围可以再次由范围组成,因此存在父/子关系)并转换为树视图(可能在 Excel 和树视图表示之间使用XML 结构)的最佳和有效方法是什么)。