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

update source in a specific cell #1645

Open
victorLessa opened this issue Sep 14, 2023 · 1 comment
Open

update source in a specific cell #1645

victorLessa opened this issue Sep 14, 2023 · 1 comment

Comments

@victorLessa
Copy link

victorLessa commented Sep 14, 2023

How to update the options in a drop-down list in a specific cell?
Possui algo como:


const cell = sheet.getCell(row, column);
const option = { value: "Opção 4", label: "Opção 4" };

cell.setOptions([...cell.getOptions(), option]);
@Karolis-Stoncius
Copy link

Hi, did you find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants