method Cell.prototype.setValueimport { Cell } from "https://dotland.deno.dev/x/cliffy@v1.0.0-rc.3/table/cell.ts"; setValue(value: CellValue): thisSet cell value. Parametersvalue: CellValueCell or cell value. Returnsthis