You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to replicate the official dependent drop list example with excelize-wasm but I can't provide items for the drop list.
In the type definition of DataValidation it can be seen that there's no place for list options -- none of the types are arrays.
According to the documentation, the correct way of providing options in Go is .SetSqrefDropList method but I cannot find its counterpart in JavaScript.
Is it not implemented yet or have I missed something?
Steps to reproduce the issue:
N/A
Describe the results you received: There is no way to provide drop list options.
Describe the results you expected: There is a way to provide drop list options.
Output of node -v:v20.1.0
Output of npm -v:9.6.4
Output of go version:go version go1.20.4 darwin/amd64
Description
I am trying to replicate the official dependent drop list example with excelize-wasm but I can't provide items for the drop list.
In the type definition of
DataValidation
it can be seen that there's no place for list options -- none of the types are arrays.According to the documentation, the correct way of providing options in Go is
.SetSqrefDropList
method but I cannot find its counterpart in JavaScript.Is it not implemented yet or have I missed something?
Steps to reproduce the issue:
Describe the results you received: There is no way to provide drop list options.
Describe the results you expected: There is a way to provide drop list options.
Output of
node -v
:v20.1.0
Output of
npm -v
:9.6.4
Output of
go version
:go version go1.20.4 darwin/amd64
Excelize version or commit ID:
[email protected]
Environment details (OS, Microsoft Excel™ version, Browser version, physical, etc.):
The text was updated successfully, but these errors were encountered: