Add DoubeClick Event hook in OfficeJS API #4135
mthrift2100
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For our development team, the single largest gap between our current COM Addin implementation and our ability to move over to the Office Addin and the OfficeJS API is the lack of the BeforeCellDoubleClick event.
With our COM Addins, this event was used to allow interactivity with reports that were generated on the worksheet. Users could double-click and as a result "Drill" into underlying data. Handling that event allowed us to build a sub-report query and display those results based on what the user clicked.
It seems like an intentional omission. Or perhaps there is a technical reason why this specific event does not work as well in the OfficeJS API.
Beta Was this translation helpful? Give feedback.
All reactions