import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Cell } = cliffy;
Create a new cell. If value is a cell, the value and all options of the cell will be copied to the new cell.
Parameters
value: ICell
Cell or cell value.