Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] FsRange and FsRangeAddress use alternative constructors #57

Open
Freymaurer opened this issue Jul 31, 2023 · 3 comments
Open

[BUG] FsRange and FsRangeAddress use alternative constructors #57

Freymaurer opened this issue Jul 31, 2023 · 3 comments
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@Freymaurer
Copy link
Collaborator

Freymaurer commented Jul 31, 2023

This makes them impossible to use from js native perspective. All create functions are created with hashes appended:

image

Types must have the [<AttachMembers>] or are unusable. I tried writing tests in javscript but cannot add a cell:

image

@Freymaurer Freymaurer added the bug Something isn't working label Jul 31, 2023
@HLWeil
Copy link
Member

HLWeil commented Jul 31, 2023

Is it actually a necessity someone explicitly calls these in js?

@Freymaurer
Copy link
Collaborator Author

for js native testing i would say yes, see my example. Alternatively i would suggest a new type called "JsConstructor" in its own file. This type then contains create functions for all types.

@HLWeil
Copy link
Member

HLWeil commented Jul 31, 2023

Maybe, for the moment, try this syntax:

ws.Row(1).[2].SetValueAs "myColumn1"

@kMutagene kMutagene added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed bug Something isn't working labels Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
None yet
Development

No branches or pull requests

3 participants