Excel-DNA / ExcelDna

Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
https://excel-dna.net
zlib License
1.26k stars 270 forks source link

Should ExcelAsyncUtil.QueueAsMacro (or something similar) return Task? #693

Open govert opened 1 month ago

govert commented 1 month ago

This would make it easier to run something after the QueueAsMacro completed, and thus composing async work.