Jack Williams

Results 76 comments of Jack Williams

Thanks for the feedback. This is similar to (but not the same as) #21, so I will leave this up as an enhancement. By IntelliSense, do you mean the Excel...

In the blank panel could you: - right click > inspect (opens dev tools) - find the "Console" tab along the top and switch to that - see if there...

This is a duplicate of #48. Dots in names are challenging to deal with. We support them in the Workbook level for compatibly reasons; you can take all the names...

Good suggestions. The first ones are small fixes. We're looking into direct feedback but nothing certain yet.

This is probably something controlled by the add-in host, rather than something AFE can control. Do you use any other add-ins? Do they behave the same?

I understand the issue more, thanks for the extra info. Unfortunately, I do not think there is anything actionable in the short-term. We recently moved AFE from the Home tab...

You can use the formula-formatter to break a formula to fit within the viewport. (Ctrl-shift F, or right click format). However, this does have limitations that word-wrap does not. I'll...

Adding as an enhancement request. The logic can be written using Script Lab if needed. ``` $("#run").click(() => tryCatch(run)); const modulePrefix = "tester"; async function run() { return Excel.run(async (context)...

Thanks for the feedback. These are caused by some limitations which our initial version does not handle: - The grid -> function feature does not support dynamic arrays currently, which...