Skip to content

ReadCellOptions

type ReadCellOptions = {
cropTo?: "cells-with-non-blank-values" | "any-cell-information";
};

Options for reading cells from the model.

PropertyType
cropTo?"cells-with-non-blank-values" | "any-cell-information"