OfficeDev / script-lab

Create, run and share your code directly from Office
MIT License
697 stars 157 forks source link

Even basic custom functions show only #BUSY on Excel #1052

Open pasunmaa opened 3 months ago

pasunmaa commented 3 months ago

ScriptLab has recently updated After that custom functions stopped working. They only show #BUSY. Microsoft announcement: https://devblogs.microsoft.com/microsoft365dev/update-on-the-future-of-the-script-lab-office-add-in/

Even most simple functions do not work. E.g. /**

Bug Report

Expected behavior:

Simple custom function would return the correct value from Javascript immediately.

Actual behavior:

I can see only #BUSY in the excel cell

Steps to Reproduce:

  1. Register the function in ScriptLab
  2. Call the function from excel cell
  3. I tried to remove ScriptLab and reinstall it, but it looks like to be removed, but when I restart excel, it appears automatically back.

Failure Logs:

Screenshot:

wandyezj commented 3 months ago

Hello @pasunmaa

Thank you for reporting this issue.

We are working on a fix.

wandyezj commented 3 months ago

Hello @pasunmaa

I have deployed a fix.

To verify you have the latest update:

  1. Open the Edit taskpane
  2. Click settings (gear on lower right side)
  3. Click About
  4. Check that the Last Updated is Mon, 09 Apr 2024

Please let me know if you are still seeing this issue.

pasunmaa commented 3 months ago

I'm seeing Last Updated: 'Mon, 08 Apr 2024 20:30:06 GMT' Commit: Merged PR 2889339: Updates Environment: CDN Production

and still getting #BUSY (on Excel for Mac). I tried to reload the plug-in from i > Reload menu.

pasunmaa commented 3 months ago

Hello @wandyezj,

I tried to remove the add-in completely and wish to reinstall from 'empty table'. I faced other issues:

image

Add-in further information and Rate and review links do not work: "This o15.officeredir.microsoft.com page can’t be found"

When I chose remove, it disappeared gracefully from the above windows. When I press close, the script lab menu disappears too, as expected. Then exit Excel. All fine, but when I restart with excel file containing custom functions it is back again.

pasunmaa commented 3 months ago

Back on business. This version seems to work. Last Updated: 'Wed, 10 Apr 2024 23:22:34 GMT' Commit: Merged PR 2896729: Cleanup Environments Environment: CDN Production

ping @wandyezj