2022-07-30

Is there any way to programmatically set a break point then push the button "Export to Excel" in Visual Studio 2022, IEnumerable Visualizer?

Visual Studio 2022 has a feature called IEnumerable Visualizer that allows the user to view a list of objects in a tabular format during debug.

There is already a button which allows the user to "Export to Excel". This button is a very handy feature, and found myself wanting to programmatically "push the export button". I'm familiar with CsvHelpler and other libraries which make it easy to output lists of objects.

But I'm wondering if there is any way to programmatically press the "Export to Excel" button? (like when writing a C# console app)



No comments:

Post a Comment