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.
A function that defines the content of the workbook using other DSL functions (e.g., worksheet, row).
worksheet
row
The newly created Workbook object populated by the composable function.
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.