Jeroen de Vries
Jeroen de Vries
Good question, I havent tested in yet on multi page app. I think so.
Is this question still relevant for you?
Hmm not if it’s not a thing someone is gonna use 😅 . I don’t expect to work on it (a lot) in the coming 2 months.
Hi @fzumstein, I just want to let you know that this function would be verry welcome. If this is the access to the property of the Worksheet Object [CodeName](https://docs.microsoft.com/en-us/office/vba/api/excel.worksheet.codename) ?
1. `vs-code jest version` : v4.6.0 2. `node --version`: V18.12.1 3. `yarn --version`: v3.3.0 4. Operating Systen: macOS Ventura 13.1 5. `Shell`: Fish v3.5.1 I could remember setting the shell...
@AhmadAlsaadi Thanks for this pull request. I think this project is interesting also. Is it possible for me to develop/test based on this branch?
Does any of the above commenters have been able to create a working package? Could one of the developers point out where they their opinion is on supporting multiple platforms....
Sounds good, is this PR acceptable? Next I would separate `Sheet` in a separate PR.
Ah yes you are right about the `Sheets`. Can you explain a little bit what you mean? I don't understand how you would use the `types.py` in the `sheet` context?...
I have some difficulty understanding how the `impl` is created (see also #2201 ) But would it be correct that in the case of `App` ```py class App: self.impl: base_classes.App...