[@types/office-js-preview] issue with undo in custom functions #73443
Replies: 2 comments
-
Thanks for the discussion about "office-js-preview", some useful links for everyone: Pinging the DT module owners: @OfficeDev, @Rick-Kirkham, @AlexJerabek, @ElizabethSamuel-MSFT, @alison-mk, @samantharamon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@didu9898 , We don't monitor discussions on DT. The place to raise this is as an issue on the office-js repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a add-in which inserts a custom function to the sheet. The custom formula response from our server contains the formula result along with metadata details like the cell styles, ranges, sheet name, number format. The result is parsed and rendered, applying the styles and formats accordingly. However, this process causes undo issues: two separate actions appear in the undo stack—one for applying styles and number formats, and another for adding the formula—with no current way to group them into a single undo step.
Beta Was this translation helpful? Give feedback.
All reactions