composize
    Preparing search index...
    • Creates and configures a cell within the current worksheet at the current row and column position.

      Parameters

      • value: any

        The value to be placed into the cell. Can be of any type supported by exceljs.

      • options: Partial = {}

        Optional configuration for the cell.

      Returns Cell

      The exceljs.Cell object that was created and configured.