composize
    Preparing search index...

    Function workbook

    • Creates a new Excel workbook using a composable function.

      This function serves as the entry point for defining an Excel workbook's structure and content.

      Parameters

      • composable: () => void

        A function that defines the content of the workbook using other DSL functions (e.g., worksheet, row).

      Returns Workbook

      The newly created Workbook object populated by the composable function.