univer
univer copied to clipboard
[Feature] Ability to render sheets in a new window
Initial checklist
- [X] Is this really a problem?
- [X] I have searched the Github Issues for similar issues, but did not find anything.
Problem
Hello. We're trying to use sheets feature in our project. It looks good in ordinary usage but in our project we're using electron windows to render screens as separate windows. This project is actively uses global window
and document
elements. Can the code be adjusted to provide some windowService
api so window object (and window.document as part of it) will be injected as dependency?