ce icon indicating copy to clipboard operation
ce copied to clipboard

update source in a specific cell

Open victorLessa opened this issue 1 year ago • 1 comments

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]);

victorLessa avatar Sep 14 '23 19:09 victorLessa

Hi, did you find a solution?

Karolis-Stoncius avatar Oct 25 '23 07:10 Karolis-Stoncius