switch_ = {
if (choice === "cell_1") {
viewof cell_1.value = data;
viewof cell_1.dispatchEvent(new Event("input", { bubbles: true }));
} else if (choice === "cell_2") {
viewof cell_2.value = data;
viewof cell_2.dispatchEvent(new Event("input", { bubbles: true }));
}
}