6 ms·
async await works fine to build Excel formulas via RTD Servers. https://excel-dna.net/docs/release-notes-1-9/#asynchronous-and-streaming-functions https://excel
by johnzabroski 10mo ago
async await works fine to build Excel formulas via RTD Servers. https://excel-dna.net/docs/release-notes-1-9/#asynchronous-and-streaming-functions https://excel-dna.net/docs/release-notes-1-9/#asynchronous-a...
Just because you think something is hard, doesn't mean it is hard.
- cm2187 10mo agoRTD functions are a different thing. It may be useful for certain cases but in my usage would break the calculation model, as the calls must be made in a given order, and must be refreshed by the user deterministically. I can also build some more complex workaround, like calling a different process, though the antivirus in the corporate environment I work in is unlikely to like that.