Data Factory > file-generation-xlsx β
TL;DR;
This task generates one or more Excel documents.
Name:
Max execution time: 120 mins
TIP
The full documentation of the behavior of this task is detailed in the Learning Center.
Technical details β
- The formulas present in the document are regenerated before generating the final document
- The underlying tool used to generate Excel documents is Apache POI (version 4.1.2)
Available logs β
| Code | Message | Metadata | Type | Remarks |
|---|---|---|---|---|
| POI_ERROR | An error has occurred while processing the current Excel file. As a result, the file could not be generated correctly. | template: The name of the template, poiError: The error message provided by Apache POI | error | The file cannot be generated. The processing of this file is stopped. The other files are processed normally. The task ends in success but with the NO value for the allFilesGenerated property. |
| FILE_GENERATION_SUCCESS | The file {filename} has been generated | filename: The name of the file | info | The file has been generated successfully. |