method Cell.fromimport { Cell } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; from(value: CellType): CellCreate a new cell. If value is a cell, the value and all options of the cell will be copied to the new cell. Parametersvalue: CellTypeCell or cell value. ReturnsCell